Advertisement
Guest User

Untitled

a guest
Apr 30th, 2011
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. root@virtualoptwize:~# virt-manager
  2. ERROR:root:Unable to initialize GTK: could not open display
  3. Traceback (most recent call last):
  4. File "/usr/share/virt-manager/virt-manager.py", line 413, in <module>
  5. main()
  6. File "/usr/share/virt-manager/virt-manager.py", line 289, in main
  7. raise RuntimeError(_("Unable to initialize GTK: %s") % str(e))
  8. RuntimeError: Unable to initialize GTK: could not open display
  9. Traceback (most recent call last):
  10. File "/usr/share/virt-manager/virt-manager.py", line 420, in <module>
  11. _show_startup_error(str(run_e), "".join(traceback.format_exc()))
  12. File "/usr/share/virt-manager/virt-manager.py", line 61, in _show_startup_error
  13. import gtk
  14. File "/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py", line 69, in <module>
  15. _init()
  16. File "/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py", line 57, in _init
  17. warnings.warn(str(e), _gtk.Warning)
  18. gtk.GtkWarning: could not open display
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement