Advertisement
donniezazen

adeskbar_no_start_menu

Apr 1st, 2012
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ** (main.py:2880): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
  2.  
  3. ** (main.py:2880): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
  4.  
  5. ** (main.py:2880): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
  6.  
  7. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  8.  
  9. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  10.  
  11. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  12.  
  13. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  14.  
  15. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  16.  
  17. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  18.  
  19. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  20. Traceback (most recent call last):
  21. File "/usr/share/adeskbar/adesk/bar.py", line 858, in load_plugin
  22. exec("import plugins.%s as plugin" % p)
  23. File "<string>", line 1, in <module>
  24. File "/usr/share/adeskbar/plugins/menu.py", line 23, in <module>
  25. class EventHandler(pyinotify.ProcessEvent):
  26. NameError: name 'pyinotify' is not defined
  27.  
  28. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  29. /usr/share/adeskbar/adesk/bar.py:749: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
  30. gtk.main()
  31.  
  32. (main.py:2880): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
  33. new index : 1333339836
  34. key : terminal - x-terminal-emulator
  35. key : show_label - 1
  36. Traceback (most recent call last):
  37. File "/usr/share/adeskbar/adesk/bar.py", line 858, in load_plugin
  38. exec("import plugins.%s as plugin" % p)
  39. File "<string>", line 1, in <module>
  40. File "/usr/share/adeskbar/plugins/menu.py", line 23, in <module>
  41. class EventHandler(pyinotify.ProcessEvent):
  42. NameError: name 'pyinotify' is not defined
  43. ^CTraceback (most recent call last):
  44. File "main.py", line 68, in <module>
  45. BAR_MGR.run()
  46. File "/usr/share/adeskbar/adesk/bar.py", line 753, in run
  47. self.doquit()
  48. File "/usr/share/adeskbar/adesk/bar.py", line 745, in doquit
  49. gtk.main_quit()
  50. RuntimeError: called outside of a mainloop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement