I am about to upgrate from 17.10 to 18.04 but I'm afraid to lose all my Gnome desktop preferences in the process (always been using Unity until 17.10). I made many changes through "Gnome Tweak tool" and I would like to backup all the current config so I can restore it in my new installation (the same question applies for a fresh
At the same time, I'd like to know if there's a similar way to backup all other configuration for Gnome in general (Nautilus, etc.)
Any info would really help, thank you in advance...
cd ~
first? – SOFe May 16 '20 at 14:19cd
-d into theDocuments
folder, ran the first command to save the configuration, then rebooted, and couldn't find the saved file because they were in a different folder upon opening the terminal. Withcd ~
it is consistent for everyone, and the user is guaranteed to have read/write permissions in~
(i.e.home
). – Enterprise May 16 '20 at 17:15dconf load -f
is needed, or else the first “non-writable key” drops the rest of your config data. – Andrej Podzimek Mar 12 '23 at 20:51