Hey thanks for that, it's been bugging me for weeks.

Funny thing is the firefox-dom-inspector package creates the directory
/usr/lib/firefox/extensions/[EMAIL PROTECTED]

An alternative fix is to create a file called
/usr/lib/firefox/extensions/[EMAIL PROTECTED]
that contains the line:
/usr/share/firefox/extensions/[EMAIL PROTECTED]

Cheers

On 10/26/06, Mathieu Pillard <[EMAIL PROTECTED]> wrote:
> 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
>

-- 
DOM inspector doesn't appear in Edgy/FFox2
https://launchpad.net/bugs/65916

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to