Is it possible to have two icons for Firefox in the dock (the app list at the bottom of the screen)? I'd like to have one icon to start one profile (say, "dad's Firefox profile") and another (possibly with another icon?) to start mum's profile.
I've read how to do it from the command line, but that's not exactly elegant...
This works:
open -n ./Firefox.app --args -profilemanager
but I would rather call these from a GUI icon:
open -n ./Firefox.app --args -P "mum's profile"
and:
open -n ./Firefox.app --args -P "dad's profile"
Surely, it's not really this complicated?