unsplash-wallpapers icon indicating copy to clipboard operation
unsplash-wallpapers copied to clipboard

Doesn't start with Windows

Open gbakeman opened this issue 3 years ago • 5 comments

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

gbakeman avatar Dec 02 '21 19:12 gbakeman

I'm having the same issue on Windows 10 21H1. Let me know if there's anything I can do to help troubleshoot.

dougwaldron avatar Jan 24 '22 14:01 dougwaldron

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.

dougwaldron avatar Jan 24 '22 15:01 dougwaldron

I was having the same issue (wallpapers not changing), I think you should go ahead and make that issue.

gbakeman avatar Jan 24 '22 17:01 gbakeman

https://github.com/soroushchehresa/unsplash-wallpapers/blob/7c4b8d73b2c28f52170cb7ac1a56326ee814fbd4/app/containers/Settings/index.jsx#L49

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')

seognil avatar Oct 13 '22 09:10 seognil

Good catch! The same string also appears here: https://github.com/soroushchehresa/unsplash-wallpapers/blob/61f0c3ae7d287643f4da5d335e6973b4e19fd7de/app/main.dev.js#L135

dougwaldron avatar Oct 13 '22 12:10 dougwaldron