I have three separate Firefox profiles, and while I have no problem running them at the same time (via ProfileSwitcher add-on), the default behavior of the Unity Launcher's Firefox icon is to launch the profile that was used last.
Most of this time, this is fine, but sometimes I'd like to select which one I'd like to run. I am thinking that a quicklist menu on the Firefox launcher is a better way to do this than having multiple launchers.
However, I'm not sure how to do this.
You can edit the Firefox quicklist with Ubuntu-Tweak.
(Click here to see how to install Ubuntu Tweak).
Once you have Ubuntu-Tweak installed...
Instructions:
firefox -p
as the command (to open the profile manager).firefox -P <profilename>
.Above is an example.
The list of options you can use in your quicklist are as follows:
Found by running
firefox --help
.firefox -P profile_name
use firefox -P to start with the profile manager and uncheck the box "don't ask at startup."
Every time you start firefox, it will ask you to select a profile.