I figured out why the DOM inspector wasn't working. The package installs it in /usr/share/firefox/extensions, but firefox and all the other extensions (like language packs for instance) uses /usr/lib/firefox/extensions/.
Quick & dirty fix: # cd /usr/share/firefox/ # mv extensions extensions.old # ln -s /usr/lib/firefox/extensions . # cp -a extensions.old/[EMAIL PROTECTED]/* extensions/[EMAIL PROTECTED]/ # chmod og+rX extensions -R Restart firefox, and voila, it works. Could the package be corrected? It's a trivial fix, and the dom inspector is a vital tool for most web developpers/designers out there. -- DOM inspector doesn't appear in Edgy/FFox2 https://launchpad.net/bugs/65916 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
