I am trying to configure a setting with gsettings
in the Terminal, to avoid having to install special non-default applications to configure the settings. However, when doing so, gsettings
complains the setting has a relocatable schema
and does nothing.
#: gsettings set org.compiz.unityshell dash-blur-experimental 1 Schema 'org.compiz.unityshell' is relocatable (path must be specified)
How can I set the value with the gsettings
command?