does not highlight the indicator (draw-attention)

Bug #969132 reported by Anish Sane
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Thunderbird Indicator
New
Undecided
Unassigned

Bug Description

Tested on Thunderbird 11.0.1: (had to change max version in install.rdf)

Error In:
jar:chrome/thunderbird-indicator.jar!/content/overlay.js

Line 201:
var em = Components.classes["@mozilla.org/extensions/manager;1"]
                        .getService(Components.interfaces.nsIExtensionManager);

This returns a null variable.

Temporary solution:
1. Commented line 201-203
2. Extracted the .xpi to /home/<my_username>/.thunderbird/<profile_number>/<email address hidden>
3. hardcoded path on line 203 as
var pythonpath = "/home/<my_username>/.thunderbird/<profile_number>/<email address hidden>/python/indicator.py"

However, since the path has 2 hardcoded paths, username & profile's random ID, it cannot be permanent fix.
Need to fix it in correct way.

Revision history for this message
Gabor Karsay (gabor-karsay) wrote :

This patch, created with bzr diff against rev. 57, should make it work again.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.