Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't install on Ubuntu 20.04 #5

Open
iPublicis opened this issue May 28, 2020 · 1 comment
Open

Doesn't install on Ubuntu 20.04 #5

iPublicis opened this issue May 28, 2020 · 1 comment

Comments

@iPublicis
Copy link

Issues with dependencies.

@rjzak
Copy link

rjzak commented Oct 10, 2022

I suspect it's this:

Traceback (most recent call last):
  File "/home/rjzak/Downloads/indicator-doom-cpu/indicator-doom-cpu", line 185, in <module>
    DOOMCPUStatusIcon().run()
  File "/home/rjzak/Downloads/indicator-doom-cpu/indicator-doom-cpu", line 171, in __init__
    AbstractDOOMCPUIndicator.__init__(self)
  File "/home/rjzak/Downloads/indicator-doom-cpu/indicator-doom-cpu", line 102, in __init__
    self.build_menu()
  File "/home/rjzak/Downloads/indicator-doom-cpu/indicator-doom-cpu", line 108, in build_menu
    self.menu = Gtk.Menu()
  File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line 32, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib/python3/dist-packages/gi/module.py", line 123, in __getattr__
    raise AttributeError("%r object has no attribute %r" % (
AttributeError: 'gi.repository.Gtk' object has no attribute 'Menu'

Installing gir1.2-gmenu-3.0 and libgnome-menu-3-0 didn't help.
OS: Pop_OS! 22.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants