Trouble running multiple Firefox versions on OS X Lion

Posted by politicus on Super User See other posts from Super User or by politicus
Published on 2012-06-06T21:33:33Z Indexed on 2012/06/06 22:42 UTC
Read the original article Hit count: 174

Filed under:

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.

© Super User or respective owner

Related posts about firefox