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
I'm also using zorin, and it turns out it's a super easy fix to get it working!
Basically zorin has it's own desktop session, however it's still based on ubuntu gnome which this should support. I followed ChocolateDave's steps in @96here by changing the folowing line in /usr/bin/dwall:
elif [[ "$DESKTOP_SESSION" =~ ^(PANTHEON|zorin|Pantheon|pantheon|GNOME|Gnome|gnome|Gnome-xorg|gnome-xorg|UBUNTU|Ubuntu|ubuntu|DEEPIN|Deepin|deepin|POP|Pop|pop)$ ]]; then
SETTER="gsettings set org.gnome.desktop.background picture-uri"
simply add zorin| anywhere into the pattern as I have which tells dwall how to handle changing the wallpaper in zorin, and after this it should work! Enjoy :)
EDIT: #80 already exists and would resolve this issue :/
The text was updated successfully, but these errors were encountered: