I have installed ubuntu-gnome-desktop
from configuration file (Ubuntu 16.04).
Then I am executing
gsettings set org.gnome.desktop.background picture-uri file:///home/techy/Downloads/desktop_bg.jpg
and the error generated is
*error*: **(process:15247): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY**
Can someone provide me reference how can I solve it? I am trying to set specific image as desktop background.
wallch --change=/home/techy/Downloads
– GreggD Dec 30 '16 at 16:04gsettings
? I assume it's from a cron script or some background service because there's no D-Bus session daemon (which you need for GSettings) or X server (which would allow you to start a new D-Bus session daemon) available. What are you trying to achieve ultimately? – David Foerster Dec 30 '16 at 16:19'(process:16010): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus-launch --autolaunch=933ae0d31fab40fe95872ec177c616c5 --binary-syntax --close-stderr': Child process exited with code 1'
– techy Jan 03 '17 at 15:37