Advertisement
Guest User

Untitled

a guest
Jun 10th, 2011
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. $dockx
  2.  
  3. ** (dockx:18201): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
  4.  
  5. ** (dockx:18201): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
  6.  
  7. ** (dockx:18201): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
  8. DockbarX 0.44
  9. DockbarX init
  10. Introspect error on :1.174:/org/gnome/zeitgeist/log/activity: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
  11. Executing introspect queue due to error
  12. Traceback (most recent call last):
  13. File "/usr/bin/dockx", line 563, in <module>
  14. dockx = DockX(monitor)
  15. File "/usr/bin/dockx", line 192, in __init__
  16. self.dockbar.load()
  17. File "/usr/lib/python2.7/site-packages/dockbarx/dockbar.py", line 201, in load
  18. from groupbutton import Group, GroupIdentifierError
  19. File "/usr/lib/python2.7/site-packages/dockbarx/groupbutton.py", line 40, in <module>
  20. import zg
  21. File "/usr/lib/python2.7/site-packages/dockbarx/zg.py", line 34, in <module>
  22. iface = client.ZeitgeistDBusInterface()
  23. File "/usr/lib/python2.7/site-packages/zeitgeist/client.py", line 235, in __init__
  24. self.INTERFACE_NAME, self.OBJECT_PATH)
  25. File "/usr/lib/python2.7/site-packages/zeitgeist/client.py", line 149, in __init__
  26. self.__methods, self.__signals = self.get_members(proxy.Introspect())
  27. File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__
  28. return self._proxy_method(*args, **keywords)
  29. File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
  30. **keywords)
  31. File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
  32. message, timeout)
  33. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.174 was not provided by any .service files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement