running two or more copies of firefox
- You will need to make several copies of programs/scripts
- you will need another profile
Copies of programs in linux
- cp /usr/bin/firefox /usr/bin/firefox1509
- edit /usr/bin/firefox1509 and change
- for firefox 2.0... /usr/lib/firefox
- MOZ_PROGRAM="$MOZ_DIST_BIN/firefox" to
MOZ_PROGRAM="$MOZ_DIST_BIN/firefox1509" or look for -bin
- cp /usr/lib/firefox-1.5.0.9/firefox /usr/lib/firefox-1.5.0.9
- cp /usr/lib/firefox-1.5.0.9/firefox-bin /usr/lib/firefox1509-bin
Copy you default profile
- cd .mozilla/firefox
- cp -r xxxxxx.default xxxxx2.default2
- edit profiles.ini and clone default to default2 using the above
file name changes.