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

Wallpaper not changing: Output of "echo $DESKTOP_SESSION" is "zorin" #84

Closed
Michael-Obele opened this issue Dec 7, 2021 · 3 comments
Closed

Comments

@Michael-Obele
Copy link

image

@Michael-Obele
Copy link
Author

PS: Am using Zorin OS 16

@histefanhere
Copy link

histefanhere commented Aug 13, 2022

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 @96 here 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 :/

@Michael-Obele
Copy link
Author

Thank you very much. This is excellent. As far as I can see, this also applies to other 'wallpaper shell apps'. Once again, thank you.

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

No branches or pull requests

2 participants