You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like a recent macOS update broke support for wallpaper directories. For example, running
setwp --interval=10 <directory>
results in a black background and the Dock application being unable to restart. (Running setwp again with a single wallpaper will allow the dock to restart.)
After some investigation, I found out that it's now required to set a current wallpaper as well as the directory. So this will require selecting a picture from the given directory and setting the Current preference (see pref.Current).
The text was updated successfully, but these errors were encountered:
There's a bug on recent macOS versions where using a directory as the
wallpaper source with setwp prevents the Dock application from
restarting after being killed (see issue #3). This commit partially
fixes it, in the sense that it makes it works most of the time but not
always.
After some investigation, I found out that it's now required to set a current wallpaper as well as the directory. So this will require selecting a picture from the given directory and setting the Current preference (see pref.Current).
I was wrong there; that doesn't always work. Not sure why... Anyhow, I made that partial fix and updated the Homebrew formula. More investigation will be needed for a complete fix, but for now just run the command again if it fails.
It looks like a recent macOS update broke support for wallpaper directories. For example, running
results in a black background and the
Dock
application being unable to restart. (Runningsetwp
again with a single wallpaper will allow the dock to restart.)After some investigation, I found out that it's now required to set a current wallpaper as well as the directory. So this will require selecting a picture from the given directory and setting the
Current
preference (see pref.Current).The text was updated successfully, but these errors were encountered: