Всем привет!Пытаюсь использовать программу Kazam для записи видео с экрана и получаю вот такую ошибку
/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py:46: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0 warnings.warn(warn_msg, RuntimeWarning)
ERROR Kazam - Could not find any typelib for AppIndicator3
Traceback (most recent call last):
File "/usr/bin/kazam", line 74, in <module>
appWindow = KazamApp(datadir, args.debug)
File "/usr/lib/python2.7/site-packages/kazam/app.py", line 99, in __init__
self.vbox = Gtk.Box(spacing = 20, orientation = Gtk.Orientation.VERTICAL)
File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 319, in __init__
super(Box, self).__init__(**kwds)
TypeError: cannot create instance of abstract (non-instantiable) type `GtkBox'