Firefox uses only one process for all windows, so you can not open two different firefox at the same time. Well, you can but not with the same profile. So in order to use ff4 without losing my ff3 plugins and usability I need to create first a new profile and then a symlink to launch ff4.
- first of all install ff4 with another name
- I tried to raname ff4 in the dmg installer but was not possible, so used the terminal in my mac
- cp -r firefox.app /Volumes/Macintosh\ HD/Applications/Firefox-4.0.app
- Create a new profile
- In my macOS (change your path for linux or windows), open the terminal and type:
- /Volumes/Macintosh\ HD/Applications/Firefox-4.0.app/Contents/MacOS/firefox-bin -profilemanager -no-remote
- Then add a new profile "ff4"
- Create an alias in your .bashrc
- alias ff4='/Volumes/Macintosh\ HD/Applications/Firefox-4.0.app/Contents/MacOS/firefox-bin -P ff4 -no-remote'
- -no-remote tells firefox not to use the running instance but create a new one. You can use only one profile at a time though.
- rsync -av ~/Library/Application\ Support/Firefox/Profiles/n6jajvmu.default ~/personal/firefox_backup
No comments:
Post a Comment