Install Firebug
Firebug isn't working properly in Firefox 3 beta (coming by default with
Ubuntu Hardy).
We recommend installing firefox 2 separately to get a more stable debugging
environment. Below is a strategy to keep this firefox 2 installment completely
separated from your distribution's defaults. (This involves adding a new user to
ensure that the settings and profiles (kept in hidden files in the user's home
directory) are not conflicting.
#launch ffx with param passing
ffx2() {
xhost +;
sudo su - ffx2 -c "export DISPLAY=:0.0; ~/local/firefox/firefox $* &";
}
# kill it off in case it hangs
kffx2() {
sudo killall -u ffx2 -s 9 -r firefox
}
Installation involves:
Installation involves:
Recommended usage trick from Bernie.