Ich muss die Desktop-Konfiguration über Puppet, virtuelles Terminal oder ssh automatisieren.
Leider bietet der Aufruf von gsettings
via ssh oder virtuellem Terminal:
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
Wenn ich das $DISPLAY
mit setze export DISPLAY=:0.0
gibt es einen anderen Fehler:
(process:29862): dconf-WARNING **: failed to commit changes to dconf: Could not connect: Connection refused
Was kann ich tun?
DBUS_SESSION_BUS_ADDRESS
, sondern auchXDG_RUNTIME_DIR
.