Trouble running multiple Firefox versions on OS X Lion
- by politicus
I am trying to use two versions of Firefox (11 and 13) on OS X Lion.
I don't especially want to run two versions at the same time. I want to be able to run the version 11 when I choose the version 11 via the profile manager. The same for the version 13.
Every time, I want to launch the version 11, the launcher launches the version 13...
When I select the version 11 via the profile manager, Firefox 13 is launched.
I created 2 automators apps (FF11.app and FF13.app) to launch Firefox :
/Applications/Firefox11.app/Contents/MacOS/firefox-bin -no-remote -P FF11 & /dev/null &
/Applications/Firefox13.app/Contents/MacOS/firefox-bin -no-remote -P FF13 & /dev/null &
Any help would be greatly appreciated.
Thanks in advance.