In case I have to reset or reinstall my launcher, how can I back up the settings? (Such as the list of applications.)
Asked
Active
Viewed 594 times
1 Answers
4
To get a list of applications do:
gsettings get com.canonical.Unity.Launcher favorites > myfavs.txt
Then to reset the launcher to those applications do:
gsettings set com.canonical.Unity.Launcher favorites "`cat myfavs.txt`"
Icon size and other Unity settings are stored in this gconf file:
~/.gconf/apps/compiz-1/plugins/unityshell/screen0/options/%gconf.xml

Ian B.
- 3,513
Log Out...
via the gear icon in the main menu bar. Then switch to a CLI, i.e. TTY1 viaCTRL-ALT-F1
. There restore.config/dconf/user
from your backup. Switch back to the GUI viaCTRL-ALT-F7
, log in again. Voila: All your Unity related settings are in effect again! Explanation attempt: While an active Unity GUI session the dconf file may be locked or ignored, thus you need to switch to a pure CLI mode. – porg Feb 03 '14 at 22:33