dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.23k stars 313 forks source link

MacOS Dock and wallpaper dissapeared after using pywal #581

Open noponn8000 opened 3 years ago

noponn8000 commented 3 years ago

My wallpaper has become a black screen now and the dock is not present. How do I bring it back? I have already tried to uninstall pywal but it did not work.

jchros commented 3 years ago

You can replace the file ~/Library/Application Support/Dock/desktoppicture.db with a backup if you have one. Doing that restored my wallpaper on my machine (macOS 11.1).

wantyapps commented 3 years ago

How can we fix this issue? BTW I heard that you can just remove desktoppicture.db and restart and macOS will automatically create a new one

jchros commented 3 years ago

It has been fixed in the master branch of the app (see #518), but the fix has not been included in a release yet.

You can uninstall the app then reinstall it from the repo using pip install git+https://github.com/dylanaraps/pywal.git.