Skip to content
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

Open
gbakeman opened this issue Dec 2, 2021 · 6 comments · May be fixed by #27
Open

Doesn't start with Windows #19

gbakeman opened this issue Dec 2, 2021 · 6 comments · May be fixed by #27

Comments

@gbakeman
Copy link

gbakeman commented Dec 2, 2021

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

@dougwaldron
Copy link

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

@dougwaldron
Copy link

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.

@gbakeman
Copy link
Author

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

@seognil
Copy link

seognil commented Oct 13, 2022

path: '/Applications/Unsplash Wallpapers.app', // eslint-disable-line

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

@dougwaldron
Copy link

Good catch! The same string also appears here:

path: '/Applications/Unsplash Wallpapers.app', // eslint-disable-line

@MrDavisCSIT MrDavisCSIT linked a pull request Nov 9, 2024 that will close this issue
@MrDavisCSIT
Copy link

Just updated the code to allow for generic path to be used for autostart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants