I need to automate desktop configuration via Puppet, virtual terminal or ssh.
Unfortunately, invocation of gsettings
via ssh or virtual terminal gives:
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize "4"
(process:29520): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
When I set the $DISPLAY
with export DISPLAY=:0.0
it gives another error:
(process:29862): dconf-WARNING **: failed to commit changes to dconf: Could not connect: Connection refused
What can I do?