Linux_Dynamic_Wallpapers icon indicating copy to clipboard operation
Linux_Dynamic_Wallpapers copied to clipboard

Is there support for elementaryOS with Pantheon ?

Open marwin1991 opened this issue 1 year ago • 3 comments

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

marwin1991 avatar Sep 15 '22 07:09 marwin1991

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'

marwin1991 avatar Sep 15 '22 08:09 marwin1991

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 avatar Sep 27 '22 10:09 saint-13

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?!!

saint-13 avatar Sep 27 '22 10:09 saint-13