Closed
Bug 277253
Opened 20 years ago
Closed 19 years ago
a wrongly packaged extension could lead to never being able to uninstall it (through normal ways)
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: eric.devolder, Assigned: robert.strong.bugs)
References
Details
Attachments
(1 file)
4.05 KB,
application/x-xpinstall
|
Details |
When using a badly packaged extension (for instance, make a mistake in
install.rdf; remove the .jar extension to the Description tag) would result in
being unable to uninstall it. Firefox will always display that "the extension
will be uninstalled at next restart" in the extensions window; but it stays over
several restarts.
As an indication, it seems that the entry in extensions.rdf file contains both
attributes em:toBeInstalled="true" and em:toBeUninstalled="true".
The workaround is to patch this file and remove the em:toBeInstalled="true"
attribute, and restart Firefox. It then uninstall properly the extension.
Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I can confirm that the attached extension behaves like described on Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0.
However, the error I see in console is the same as in bug 266965, so I believe
this will be fixed with a patch to that bug. Settings a dependecy for now.
Comment 3•19 years ago
|
||
Can you retest with 1.5 release candidates? We have made significant improvements in 1.5.
Assignee: bugs → robert.bugzilla
Assignee | ||
Comment 4•19 years ago
|
||
Using the attached xpi this is WFM with 1.5
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•