I am using Cinnamon 2.8.6 and ubuntu 16.04. I need to set specific image as desktop background. However after google search, I got solution with following commands:
gsettings set org.gnome.desktop.background show-desktop-icons false
gsettings set org.gnome.desktop.background picture-uri file:///home/techy/Downloads/desktop_bg.jpg
gsettings set org.gnome.desktop.background show-desktop-icons true
gsettings set org.gnome.desktop.background show-desktop-icons false
After this, background is changed. But I am not able to understand which package is responsible to execute this change ? How the script is actually working ? Is there any other way to do it from terminal ?
org.gnome.desktop.background show-desktop-icons
is not related to the desktop background wallpaper. – David Foerster Dec 30 '16 at 09:16