Closed
Bug 417618
Opened 18 years ago
Closed 17 years ago
Firefox says that Link Widgets is not compatible with FF 2.0.0.12 (extensions.rdf corruption?)
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: vincent-moz, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
After restarting Firefox (due to a networking bug), the Link Widgets icons no longer appeared. I've looked at Tools -> Add-ons, and it says:
Link Widgets 1.5
A site-navigation tool
Not compatible with Firefox 2.0.0.12
though it did work with FF 2.0.0.12 just before restarting it.
Reproducible: Always
Steps to Reproduce:
1. Just restart Firefox.
Actual Results:
The Link Widgets 1.5 add-on is marked as non-compatible.
Expected Results:
The Link Widgets 1.5 add-on should be detected as compatible with FF 2.0.0.*.
The extensions.rdf file I saved a few days ago contained:
<RDF:Description RDF:about="urn:mozilla:item:linkwidget@clav.mozdev.org"
NS1:installLocation="app-profile"
NS1:version="1.5"
NS1:name="Link Widgets"
NS1:description="A site-navigation tool"
[...]
<NS1:targetApplication RDF:resource="rdf:#$AI1cX"/>
<NS1:targetApplication RDF:resource="rdf:#$BI1cX"/>
</RDF:Description>
[...]
<RDF:Description RDF:about="rdf:#$AI1cX"
NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
NS1:minVersion="1.5"
NS1:maxVersion="2.0.0.*" />
I suppose that this means that Link Widgets is compatible with FF 1.5 to FF 2.0.0.* (confirmed by <https://addons.mozilla.org/fr/firefox/addon/2933>). The current extensions.rdf file contains:
<RDF:Description RDF:about="rdf:#$jV+s91"
NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
NS1:minVersion="1.5"
NS1:maxVersion="1.5.0.*" />
[...]
<RDF:Description RDF:about="urn:mozilla:item:linkwidget@clav.mozdev.org"
NS1:installLocation="app-profile"
NS1:version="1.5"
NS1:name="Link Widgets"
NS1:description="A site-navigation tool"
[...]
<NS1:targetApplication RDF:resource="rdf:#$jV+s91"/>
<NS1:targetApplication RDF:resource="rdf:#$kV+s91"/>
</RDF:Description>
So, it seems that this extensions.rdf file has been corrupted...
| Reporter | ||
Comment 1•18 years ago
|
||
I also use this extension under Linux, and I have no such problem there.
| Reporter | ||
Comment 2•18 years ago
|
||
While the problem disappeared after a few days, it now occurs again after restarting Firefox (after a crash).
| Reporter | ||
Comment 3•17 years ago
|
||
No problem with FF3. Closing.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•