Closed
Bug 844187
Opened 12 years ago
Closed 7 years ago
icon.png and icon64.png from XPI aren't used in installing popover.
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: bwinton, Unassigned)
Details
As shown in https://github.com/bwinton/whimsy/blob/master/package.json#L34 the values are in the package.json, but as shown in http://cl.ly/image/1r081w0g3e1u the icon is still the puzzle piece.
Mossop says "I think this is the problem http://hg.mozilla.org/mozilla-central/annotate/d014f356fd63/toolkit/mozapps/extensions/XPIProvider.jsm#l4530", which seems reasonable to me… ;)
(You can check out the add-on at https://people.mozilla.com/~bwinton/whimsy/whimsy.xpi )
Thanks,
Blake.
Comment 1•12 years ago
|
||
I suspect things might be better now that we unlock packed XPIs but I'm not sure.
Component: General → Add-ons Manager
Product: Add-on SDK → Toolkit
Version: unspecified → Trunk
Comment 2•12 years ago
|
||
Note icon and icon64 from package.json translate to an icon.png and icon64.png in the root of the XPI.
Summary: icon and icon64 from package.json aren't used in installing popover. → icon.png and icon64.png from XPI aren't used in installing popover.
Comment 3•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•