saint-13 / Linux_Dynamic_Wallpapers

Dynamic Wallpapers for Linux
814 stars 70 forks source link

Is there support for elementaryOS with Pantheon ? #33

Closed marwin1991 closed 1 year ago

marwin1991 commented 2 years ago

From what I understand there is only support from GNOME 42 and there is no support for elementaryOS with Pantheon ?

marwin1991 commented 2 years ago

Looks like wallpaper should be set from command line, becasue UI shows:

Screenshot from 2022-09-15 10 05 47

And when when check the settings:

gsettings get org.gnome.desktop.background picture-uri

output:

'file:///usr/share/backgrounds/Dynamic_Wallpapers/Catalina/Catalina-8.jpg'

So we need to list files:

ls -l /usr/share/backgrounds/Dynamic_Wallpapers/

And then set what we want:

gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/Dynamic_Wallpapers/Catalina.xml'
saint-13 commented 2 years ago

Unfortunately, Is there NO support for Elementary OS. because EOS Devs removed all gnome code for xml wallpaper from Pantheon. but i know they are working on something similar and very cool for Pantheon.

saint-13 commented 2 years ago

Looks like wallpaper should be set from command line, becasue UI shows:

Screenshot from 2022-09-15 10 05 47

And when when check the settings:

gsettings get org.gnome.desktop.background picture-uri

output:

'file:///usr/share/backgrounds/Dynamic_Wallpapers/Catalina/Catalina-8.jpg'

So we need to list files:

ls -l /usr/share/backgrounds/Dynamic_Wallpapers/

And then set what we want:

gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/Dynamic_Wallpapers/Catalina.xml'

is it working correctly?!!