I am not sure whether this goes here or not, but I couldn't find a better place to ask!
I am trying to run Kazam on Mageia 1 64bit. I downloaded it from the launchpad site. Well; I compiled it but then when I try to run it it gives me this in the Terminal:
- Code: Select all
$ kazam
ERROR (15:26:23): Could not find any typelib for AppIndicator3
Traceback (most recent call last):
File "/usr/bin/kazam", line 61, in <module>
appWindow = KazamApp(datadir, options.debug)
File "/usr/lib/python2.7/site-packages/kazam/app.py", line 72, in __init__
self.mainmenu = MainMenu()
File "/usr/lib/python2.7/site-packages/kazam/frontend/main_menu.py", line 54, in __init__
self.action_group = Gtk.ActionGroup("kazam_actions")
TypeError: GObject.__init__() takes exactly 0 arguments (1 given)
I am not quite familiar with Python nor its problems. Can anybody help? Is there a plan to include it in Mageia in the near future?
Thanks.