Description of problem: When starting firefox, I get a dialog window with: The following items were found in your Extensions folder. Do you want to install them? Beagle Indexer (Author Unknown) file:///usr/lib/mozilla/extensions/%7Bec8030f7-c20a-464f-9b0e-13a3a9e97384%7D/beagle.xpi Version-Release number of selected component (if applicable): beagle-0.3.3-6.fc9.i386 firefox-3.0-0.beta3.27.nightly20080223.fc9.i386 How reproducible: Always Steps to Reproduce: 1. Start firefox 2. 3. Actual results: Expected results: Additional info:
I have noticed this as well, my first guess was that the addon support in Firefox currently is in flux due to it being in beta. However I cannot seem to figure out how to make Firefox tell me where it hurts.. no terminal output, the firefox error console doesn't appear helpful either. I am forced to cc callion here for help. I have also long wanted to make this plugin optional for those of us who don't use or like Firefox so starting with revision 8 of the Beagle package this can now be found in beagle-firefox.
Seems to be gone with firefox-3.0-0.beta3.29.nightly20080227.fc9.i386
I bet this was a bug in the .xpi stuff. In retrospect, and in honesty, we should probably not ship xpi extensions where we can help it. Unpacking it into $extension_id makes firefox not think of installing it in general, and it gives a performance win. So, simply unzip the xpi and place its contents into a directory containing its extension ID which would be either a UUID or something like beagle Looking at install.rdf: 8 <em:id>{fda00e13-8c62-4f63-9d19-d168115b11ca}</em:id> But also: 21 <em:targetApplication> 22 <Description> 23 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 24 <em:minVersion>0.8</em:minVersion> 25 <em:maxVersion>2.0.*</em:maxVersion> 26 </Description> 27 </em:targetApplication> Which makes me wonder if this is even useful to ship right now since it's maxVersion claim will mean Firefox won't even load it (or it shouldn't at least).
I'll exclude for development till upstream clearly supports the version of Firefox we ship.
Bug #442511 is a duplicate of this. And why is beagle-firefox still in the rawhide-repository?
an updated firefox plugin was posted to the beagl mailing list, it should find it's way to you shortly I am sure.
Fixed in beagle-0.3.7-3.fc9, should hit the next rawhide push.