Saturday May 03, 2008
Firebug With Ubuntu Hardy Heron
First let me say, WTF Ubuntu! Why would you release a stable O/S with beta software? When I first formatted and went to Hardy first things first, I got the web browser set up the way I liked it, but was very unimpressed when most of my extensions wouldn't work! So how did I get them working?
First download firefox-2
sudo apt-get install firefox-2
Then open up firefox-2 profilemanager
note: you can't do this while any version of firefox is running.
firefox-2 -profilemanager
Here you need to create another profile called firefox2. Then close the profile manager.
Now to load the new profile
firefox-2 -P "firefox2"
You can easily add this to your icons, or quick launch buttons if needed. You can't run both firefox2 and firefox3 at the same time, firefox isn't that smart!
Back
