I found a solution here :
https://askubuntu.com/questions/1512314/classicmenu-indicator-fails-to-run
“Resolved by unmarking line 152 on "usr/lib/python3/dist-
packages/classicmenu_indicator/cmindicator.py”
It is the line starting with “gettext.bind_textdomain_codeset(...”
class ClassicMenuIndicator(object):
def __init__(self):
self.indicator = AppIndicator3.Indicator.new(
settings.app_name,
settings.ICON,
settings.category)
gettext.bindtextdomain(settings.GETTEXT_DOMAIN)
gettext.textdomain(settings.GETTEXT_DOMAIN)
# gettext.bind_textdomain_codeset(settings.GETTEXT_DOMAIN, 'UTF-8')
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2161542
Title:
classicmenu-indicator crashes on launching
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/classicmenu-indicator/+bug/2161542/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs