You are here

Portable Firefox OS X

4 posts / 0 new
Last post
Gand
Offline
Last seen: 18 years 6 months ago
Joined: 2006-01-14 17:23
Portable Firefox OS X

I've packaged a Mac OS X version using this script so you can launch it with a double click from any device:

#!/bin/sh
here="`dirname \"$0\"`"
echo "Starting Firefox from '$here'."
echo "Wait a while before Firefox start."
sh "$here/app/Firefox.app/Contents/MacOS/firefox" -profile "$here/profile"
echo "Done!"
echo "When finish, quit Terminal.app before eject your portable device."

English and Italian versions are available here:
http://www.freesmug.org/portableapps/firefox

I hope in some more expert users help me to relese also other OS X portable applications like OpenOffice, Thunderbird, Nvu, NeoOffice, Abiword, Adium...

tittoproject
tittoproject's picture
Offline
Last seen: 5 years 11 months ago
Joined: 2005-12-09 12:23
Italian?

If you speak Italian, look at here!

Ciao!

Gand
Offline
Last seen: 18 years 6 months ago
Joined: 2006-01-14 17:23
Yes, I speak Italian, thank

Yes, I speak Italian, thank for your useful link.

folletto (not verified)
PortableFirefox CX

It seems that I'm the follower of the steps of Gand.

I link the Cocoa version of an interface to use a Portable Firefox version, with the option to select the portable user profile you want to use.

http://www.digitalhymn.com/projects/porfire/

Topic locked