cuth / unsplash-wallpaper

Use an image from unsplash.com as your background image from a simple command.
MIT License
266 stars 24 forks source link

the wallpaper is a pure color of black #26

Open fakeyanss opened 6 years ago

fakeyanss commented 6 years ago

First of all, let me know that this tool is awesome, thanks for it. All of the package work well on my computer. But everytime I start my computer, the windows wallpaper is a pure color of black. In addition, the system is Win10, node version is v8.9.3, npm version is 5.5.1

cuth commented 6 years ago

Thanks @fakeYanss! Glad you like it.

It's very possible that the latest version is causing this problem, would you mind testing 6.1.0?

npm i -g unsplash-wallpaper@6.1.0

Or else, are you by chance deleting the images that unsplash-wallpaper is downloading? I had this problem before. Windows looks in the same location to load the wallpaper and keeps it in memory for a while but things like a reboot cause it to try to find the original file again.

If neither of those things are the case, the problem might be with Windows or this dependency.

Let me know, thanks!

fakeyanss commented 6 years ago

I have tried to do it with 6.1.0. But the problem still exists. And I have set my own direction to save those pictures(it doesn't help to the problem). Thanks for your reply.

fakeyanss commented 6 years ago

ok, I make a .bat file run once when the system restart. So the problem will not make me puzzled.