GNOME Bugzilla – Bug 588221
beagle 0.3.9 + firefox 3.5
Last modified: 2009-07-10 12:58:06 UTC
Beagle source for beagle-firefox extension is not "up to speed" with current version 3.5 of firefox aka the install.rdf file is no updated to support the latest version. <em:maxVersion>3.0.*</em:maxVersion> needs to be updatet to <em:maxVersion>3.5.*</em:maxVersion> install.rdf file "fixed" below <?xml version="1.0"?> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:install-manifest"> <em:id>{fda00e13-8c62-4f63-9d19-d168115b11ca}</em:id> <em:name>Beagle Indexer</em:name> <em:version>1.1.0</em:version> <em:description> Index webpages you visit using Beagle. </em:description> <em:creator>Tao Fei (Filia.Tao@gmail.com) </em:creator> <em:contributor>Alex Graveley (Original Code)</em:contributor> <em:contributor>Abby Coffin (Icon Design)</em:contributor> <em:contributor>Debajyoti Bera (Sidebar)</em:contributor> <em:homepageURL>http://beagle-project.org/Browser_Extension#Firefox_Extension</em:homepageURL> <em:iconURL>chrome://beagle/skin/beagle-big.png</em:iconURL> <em:optionsURL>chrome://beagle/content/beaglePrefs.xul</em:optionsURL> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>0.8</em:minVersion> <em:maxVersion>3.5.*</em:maxVersion> </Description> </em:targetApplication> </Description> </RDF>
*** This bug has been marked as a duplicate of 587657 ***