After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588221 - beagle 0.3.9 + firefox 3.5
beagle 0.3.9 + firefox 3.5
Status: RESOLVED DUPLICATE of bug 587657
Product: beagle
Classification: Other
Component: General
0.3.x
Other All
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2009-07-10 07:11 UTC by Bjørn Lie
Modified: 2009-07-10 12:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bjørn Lie 2009-07-10 07:11:42 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>
Comment 1 Debajyoti Bera 2009-07-10 12:58:06 UTC

*** This bug has been marked as a duplicate of 587657 ***