Messaging Menu and Unity Launcher integration broken in 68.2.1
Categories
(Thunderbird :: OS Integration, defect)
Tracking
(Not tracked)
People
(Reporter: val.kulkov, Unassigned)
References
Details
Attachments
(1 file)
337 bytes,
application/json
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Steps to reproduce:
Start Thunderbird 68.2.1 in Ubuntu 18.04. The error console displays the following:
Actual results:
Error while loading 'jar:file:///usr/lib/thunderbird/extensions/messagingmenu@mozilla.com.xpi!/manifest.json' (NS_ERROR_FILE_NOT_FOUND) Extension.jsm:513
readJSON resource://gre/modules/Extension.jsm:513
onStopRequest resource://gre/modules/NetUtil.jsm:128
1574890113815 addons.xpi WARN Exception running bootstrap method startup on messagingmenu@mozilla.com: Error: Error while loading 'jar:file:///usr/lib/thunderbird/extensions/messagingmenu@mozilla.com.xpi!/manifest.json' (NS_ERROR_FILE_NOT_FOUND)(resource://gre/modules/Extension.jsm:513:20) JS Stack trace: readJSON/</<@Extension.jsm:513:20
onStopRequest@NetUtil.jsm:128:9
Expected results:
Apparently, messagingmenu@mozilla.com.xpi add-on is missing manifest.json, which WebExtension API requires. As a result, the integration with Gnome messaging systray icon is broken.
Adding the attached manifest.json into the package xpi did not solve the problem. It appears that there is something else that prevents the messagingmenu add-on from functioning normally.
Comment 1•5 years ago
|
||
Unfortunately bugzilla is only for Thunderbird code, which the Unity addon is not.
You will want to ask addon questions at https://thunderbird.topicbox.com/groups/addons/
Reporter | ||
Comment 2•5 years ago
|
||
@:wsmwk : Hold on... this is not a Unity addon at all!
messagingmenu@mozilla.com.xpi is part of "thunderbird" package in Ubuntu, enabling integration with Gnome.
Comment 3•5 years ago
|
||
Yes, my misunderstanding. Still, your answers will be found with people who help at topicbox and with the Ubuntu folk
Description
•