firefox and enabled extensions

Kacper Kornet kornet at camk.edu.pl
Thu Feb 24 15:56:45 CET 2005


On Thu, Feb 24, 2005 at 10:41:08AM +0100, Arkadiusz Miskiewicz wrote:
> 
> Our spec contains 
> --enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,gnomevfs,negotiateauth
> but I don't see these extensions enabled in our binary build. Something is
> not right here.
> 
> For example there should be web development options in tools menu like: DOM 
> inspector but these are not there.

Uncommenting of %{_firefoxdir}/chrome/inspector.jar in the %files section
helps:

#v+
Index: mozilla-firefox.spec
===================================================================
RCS file: /cvsroot/SPECS/mozilla-firefox.spec,v
retrieving revision 1.59
diff -u -r1.59 mozilla-firefox.spec
--- mozilla-firefox.spec	19 Feb 2005 16:30:19 -0000	1.59
+++ mozilla-firefox.spec	24 Feb 2005 14:48:18 -0000
@@ -260,7 +260,7 @@
 #%{_firefoxdir}/chrome/content-packs.jar
 %{_firefoxdir}/chrome/help.jar
 # -dom-inspector subpackage?
-#%{_firefoxdir}/chrome/inspector.jar
+%{_firefoxdir}/chrome/inspector.jar
 %{_firefoxdir}/chrome/modern.jar
 %{_firefoxdir}/chrome/pip*.jar
 %{_firefoxdir}/chrome/toolkit.jar
#v-

Best wishes,

-- 
  Kacper Kornet




More information about the pld-devel-en mailing list