jszczerbinsky / lwp

Multi-platform parallax wallpaper engine
MIT License
898 stars 12 forks source link

Doesn’t automatically works on Gnome DEs. #71

Open ghost opened 9 months ago

ghost commented 9 months ago

So to make it work we need to change reload_rootwindow to 1. Could your app autodetect which DE is used and then change config on it’s own, or place needed default config. Like 2 configs to choose in the moment of install one with reload_rootwindow set to 0 and other where it is 1. The if DE is known to cause this issue you place needed config. DE can be detected by neofetch so I gues it is easy task to do.

jszczerbinsky commented 8 months ago

I like this idea, I'll try to implement it in the following updates.