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

Nothing happens on Gnome #23

Closed
adityaarun1 opened this issue May 8, 2020 · 7 comments
Closed

Nothing happens on Gnome #23

adityaarun1 opened this issue May 8, 2020 · 7 comments

Comments

@adityaarun1
Copy link

I have gnome DE running on Arch Linux over wayland. When I run dwall -s firewatch, nothing happens (there is no output on the terminal).
Screenshot from 2020-05-08 17-20-26

@adi1090x
Copy link
Owner

adi1090x commented May 8, 2020

Hmm, I've not tried it on Wayland, i can't say what's wrong here, script seems to work fine, but setter not working i guess...

@adityaarun1
Copy link
Author

Yep, gsettings set org.gnome.desktop.background picture-uri doesn't seem to work for some weird reason.

@Sergeygithub
Copy link

What about the permissions for the folder with the images?

@adityaarun1
Copy link
Author

I think the images folder /usr/share/dynamic-wallpaper/images and its contents have proper permissions. The permissions for the jpg files are 644 and the directories are 751.

@Sergeygithub
Copy link

I think the images folder /usr/share/dynamic-wallpaper/images and its contents have proper permissions. The permissions for the jpg files are 644 and the directories are 751.

try to set 0755 for the directory

@adityaarun1
Copy link
Author

adityaarun1 commented May 9, 2020

Done, it doesn't help! 😐

P.S.: I don't think this is a permission issue. seems like gsettings set does not update my background (or anything else) from anywhere. Don't know why though, using dconf as dconf write /org/gnome/desktop/background/picture-uri "'file:///<file_path>/<file_name>'" works just fine.

@adityaarun1
Copy link
Author

Finally solved it!

I use miniconda python distribution on my system which ships its own gsettings! Simply forcing the script dwall.sh to use the system /usr/bin/gsettings solves the issue.

Thanks for your support.

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

3 participants