I'm using Ubuntu 16.04.2 LTS and have done some customization to unity like changing wallpaper, icon sizes and so. How can I back it up and restore it in some other machine, to be precise which file(s) should I copy?
The things I want to backup:
- My current wallpaper
- Launcher icon sizes
- Number of workspaces I have
- Color of Launcher
Albeit I can summarize it to everything I've changed through unity-tweak-tool.
dconf stores its configuration in the file ...
So backup that one. tweak-tool is about changing dconf settings.
gsettings is the tool to change dconf. Example using wallpaper location:
The "org.gnome.desktop.background" part is the structure inside dconf and picture-uri the parameter and the part in between "s the value.
Setting colors for background:
Icon launcher size:
This question How to dump all the manully altered gsettings keys? lists a method of dumping all settings changed by the user.