I'm trying to change Unity Launcher icons on a remote computer with command:
gsettings set com.canonical.Unity.Launcher favorites ...
and it works perfectly
But when I do
ssh 127.0.0.1
gsettings set com.canonical.Unity.Launcher favorites ...
I get this:
(process:9616): dconf-WARNING **: failed to commit changes to dconf: Error spawning
command line `dbus-launch --autolaunch=aaa5bb6eaa7cd50f2af1f10000000004 --binary-syntax
--close-stderr': Child process exited with code 1
And that is for any gsettings calls from ssh.
Where is the problem?
gsettings set org.gnome.desktop.session idle-delay 10
. The only solution working for me is https://askubuntu.com/a/743024/358498 – tyleha Nov 30 '17 at 00:29