Recently I have been more and more using profiles in Firefox.
I have one for every member of the family, then some for proxied firefoxes (tor, i2p, freenet), then a "guest" default profile, and several profiles for development purposes.
Soooo, profile management starts to become important. And the very first problem I have, is to reorder them, for instance in this order :
Personal
Girlfriend
Children
Dev1
Dev2
Dev3
Testing
Freenet
Tor
etc ...
So, is there an addon, a trick to have that ordering ? I guess the other way round is to use gnome / mate, etc. menu options to start those profiles and manage them from there. But I'm now looking for a Firefox-only solution.
Ok, after testing many addons, I found a way to reorder my profiles. It is not in an addon (should be main feature in Firefox, but anyway...).
The trick is to edit your
profiles.ini
file. It is located, in linux, in~/.mozilla/firefox/profiles.ini
.First, backup:
Second, edit:
You can then copy and paste the lines in order to have this the order you want :
I don't know if this is the best way, but it works. Please care to keep the formatting and titling as they are, just copy the lines between the
[Profilex]
titles.Source : Mozillazine
I also use a lot of profiles. I use MozBackup to backup a base profile with addons I like. I restore that base onto profiles I later create using the popup when I run
firefox.exe -P -no-remote
.I haven't found a way to sort the profile list in that popup in either Firefox nor MozBackup so I wrote a python script that sorts the entries by name in
profiles.ini
.I'm on Windows but I use the Linux subsystem with Debian flavor to run this script. To install python 3.6:
Here is the script: