Closed Bug 1155413 Opened 10 years ago Closed 10 years ago

Many icons missing from Add-on Customize Manager = Possible Fix

Categories

(Firefox :: General, defect)

37 Branch
x86_64
Windows 7
defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: FredMcD, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0 Build ID: 20150402191859 Steps to reproduce: A user reports his Web of Trust - WOT icon is missing. https://support.mozilla.org/en-US/questions/1057648 I found that my Webutation icon is also missing. This happened with the update to Firefox v37.0.1 Actual results: Add-ons were removed and reinstalled. No change. I sent a message to Webutation support, no reply.
Possible related problem; "I can't find the Ghostery logo" https://support.mozilla.org/en-US/questions/1057833
Severity: normal → major
Another related problem; "Awesome Screen Shot" https://support.mozilla.org/en-US/questions/1058420
Summary: Webutation and Web of Trust - WOT icons missing from Add-on Customize Manager → Many icons missing from Add-on Customize Manager
Note; Deleting the extensions.* files (e.g. extensions.json, extensions.sqlite, extensions.ini) and compatibility.ini in the Firefox profile folder did not help.
Component: Untriaged → General
New Update; Webutation As an experiment, I created a new, blank profile. I then tried to install Webutation. It is listed in the Add-ons Manager, but not in the Add-on Customize Manager. I restarted several times. And even rebooted. Still no joy.
Found another add-on icon doing the MIA; https://addons.mozilla.org/en-US/firefox/addon/restartless-restart/ Please note: I also tried two other "restart" add-ons. The others work fine.
Yet another report; https://support.mozilla.org/en-US/questions/1063706 I have installed FanFictionDownloader today and it shows in my add-ons/extensions, but I can't get it on a toolbar to use it
With many many thanks to https://support.mozilla.org/en-US/user/cor-el, my Webutation add-on is now working. See; https://support.mozilla.org/en-US/questions/1065850#answer-737929 ...The extension uses the quote() function to enclose a string in quotes.... ...This feature is obsolete... The quote() function is used in the content/Overlay.js file, and needs to be replaced: Old: var s = document.createProcessingInstruction('xml-stylesheet', 'href=' + href.quote()) New: var s = document.createProcessingInstruction('xml-stylesheet', 'href="' + href+'"'); Editing this file make the signing invalid, so you need to remove the META-INF folder. ====================================================== It's possible making similar changes for the other missing add-ons could repair them as well.
Summary: Many icons missing from Add-on Customize Manager → Many icons missing from Add-on Customize Manager = Possible Fix
if it's up to addon authors to fix it, i will close this bug report then...
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.