Devo automatizzare la configurazione desktop tramite Puppet, terminale virtuale o ssh.
Sfortunatamente, l'invocazione di gsettings
via SSH o terminale virtuale dà:
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
Quando imposto il $DISPLAY
con export DISPLAY=:0.0
dà un altro errore:
(process:29862): dconf-WARNING **: failed to commit changes to dconf: Could not connect: Connection refused
Cosa posso fare?
DBUS_SESSION_BUS_ADDRESS
, ma ancheXDG_RUNTIME_DIR
.