About:config saving in account settings
About:config saving in account settings
Is there a add-on or something to store my about:config settings in cloud so when i distrohop i dont have to set it manually?
yeah, the firefox account. it doesn't save everything sadly:( not even close.
you could also backup the data directly, you can find what account you're using and where to find it in about:account
8 0 ReplyJust keep your home directory on a separate partition and then keep it when you distro hop.
4 0 ReplyThe "just" is doing a lot of work here. This stuff really needs to be easier for ordinary users.
3 0 ReplyCompared to all the gotchas with sync in several directions learning and setting up partitioning is literally super-easy.
1 0 Reply
Put the changes in a
user.js
file in your Firefox profile directory (the same one that probably already hasprefs.js
andlogins.js
).Use this format (same as about:config):
user_pref("dom.security.https_only_mode", true); user_pref("ui.systemUsesDarkTheme", 1);
Then sync or backup the whole directory, excluding the "cache" subdirectories to save space.
(Pet peeve: Firefox, please use
$HOME/.cache/
like every other app!)You might try losing everything but the
.json
and.sqlite
files. Have not checked, but that is probably enough. Only missing paths are regenerated when you launch Firefox.3 0 ReplyUse Nix.
2 0 Reply