-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't start with Windows #19
Comments
I'm having the same issue on Windows 10 21H1. Let me know if there's anything I can do to help troubleshoot. |
FYI, it also doesn't automatically update the wallpaper even though I have it set to do so hourly. I don't know if this is related or should be a new issue. |
I was having the same issue (wallpapers not changing), I think you should go ahead and make that issue. |
It's a bug: in Windows the path should be like "C:\Users[user_name]\AppData\Local\Programs\unsplash-wallpapers\Unsplash Wallpapers.exe" instead of "/Applications/Unsplash Wallpapers.app" (open RegEdit and search 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run') |
Good catch! The same string also appears here: unsplash-wallpapers/app/main.dev.js Line 135 in 61f0c3a
|
Just updated the code to allow for generic path to be used for autostart |
On Windows 10 21H2, it looks like this app doesn't start after booting the computer and logging in. I have to manually launch it.
The option to start with Windows is checked inside the app, and Task Manager shows that this app is enabled for startup.
Version 1.3.0
The text was updated successfully, but these errors were encountered: