Advertisement
Guest User

shell.log after startx

a guest
Nov 28th, 2015
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. /usr/lib/python2.7/site-packages/jarabe/main.py:54: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  2. from gi.repository import Gtk
  3. /usr/lib/python2.7/site-packages/jarabe/main.py:55: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
  4. from gi.repository import Gst
  5. Traceback (most recent call last):
  6. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  7. "__main__", fname, loader, pkg_name)
  8. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  9. exec code in run_globals
  10. File "/usr/lib/python2.7/site-packages/jarabe/main.py", line 56, in <module>
  11. from gi.repository import Wnck
  12. File "/usr/lib/python2.7/site-packages/gi/importer.py", line 114, in load_module
  13. introspection_module = get_introspection_module(namespace)
  14. File "/usr/lib/python2.7/site-packages/gi/module.py", line 271, in get_introspection_module
  15. module = IntrospectionModule(namespace, version)
  16. File "/usr/lib/python2.7/site-packages/gi/module.py", line 120, in __init__
  17. repository.require(namespace, version)
  18. gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement