Paste Code
Paste Blends
Paste Images
$ kazam 
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:47: 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/dist-packages/kazam/app.py", line 99, in __init__
self.vbox = Gtk.Box(spacing = 20, orientation = Gtk.Orientation.VERTICAL)
File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 314, in __init__
super(Box, self).__init__(**kwds)
TypeError: cannot create instance of abstract (non-instantiable) type `GtkBox'
  1. $ kazam
  2. /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:47: 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
  3.   warnings.warn(warn_msg, RuntimeWarning)
  4. ERROR Kazam      - Could not find any typelib for AppIndicator3
  5. Traceback (most recent call last):
  6.   File "/usr/bin/kazam", line 74, in <module>
  7.     appWindow = KazamApp(datadir, args.debug)
  8.   File "/usr/lib/python2.7/dist-packages/kazam/app.py", line 99, in __init__
  9.     self.vbox = Gtk.Box(spacing = 20, orientation = Gtk.Orientation.VERTICAL)
  10.   File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 314, in __init__
  11.     super(Box, self).__init__(**kwds)
  12. TypeError: cannot create instance of abstract (non-instantiable) type `GtkBox'
  13.  
go to heaven