ImportError: cannot import name MessagingMenu
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GMail Notifier |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
OS: Ubuntu 16.04 Desktop
Ran the following:
$> sudo add-apt-repository ppa:gm-
$> sudo apt update
$> sudo apt install gm-notify
Attempting to launch gm-notify via command line resulted in:
/usr/bin/
from gi.repository import Gio, GLib, Gst, MessagingMenu, Notify
Traceback (most recent call last):
File "/usr/bin/
from gi.repository import Gio, GLib, Gst, MessagingMenu, Notify
ImportError: cannot import name MessagingMenu
Only workaround was to perform the following:
$> sudo apt install libmessaging-
Maybe the dependencies aren't being met for the .deb being installed?
Changed in gm-notify: | |
status: | New → Confirmed |
Changed in gm-notify: | |
milestone: | none → 1.0.1 |
status: | Confirmed → Fix Released |
Fixed. Pls try latest version from PPA https:/ /launchpad. net/~gm- notify- maintainers/ +archive/ ubuntu/ ppa