0

I am trying to change the wallpaper in ubuntu using the following code :

gsettings set org.gnome.desktop.background picture-uri 
file:/home/sourajit/Pictures/Wallpapers/skull.jpg

However on executing this nothing happens and I am getting this message :

GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings 
will not be saved or shared with other applications.

I tried this solution but it didn't work.

Further here is the output of :

which gsettings

/home/sourajit/anaconda3/bin/gsettings

Is this location the cause of this problem or there is some other issue? Kindly help.

Sourajit
  • 171
  • 11

1 Answers1

1

Try this instead:

gsettings set org.gnome.desktop.background picture-uri 'file:///home/sourajit/Pictures/Wallpapers/skull.jpg'