Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Loading configuration plugins
  2. _________
  3. <module> (/usr/lib/python2.7/site-packages/blueman/main/Config.py:20)
  4. Skipping plugin Gconf
  5. No module named gconf
  6. Using file config backend
  7. _________
  8. on_bluez_name_owner_changed (/usr/bin/blueman-manager:104)
  9. org.bluez owner changed to :1.1
  10. Using file config backend
  11. ERROR:dbus.proxies:Introspect error on org.blueman.Applet:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
  12. Traceback (most recent call last):
  13. File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 586, in msg_reply_handler
  14. reply_handler(*message.get_args_list(**get_args_opts))
  15. File "/usr/bin/blueman-manager", line 132, in on_bluez_name_owner_changed
  16. if not self.Applet.GetBluetoothStatus():
  17. File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__
  18. return self._proxy_method(*args, **keywords)
  19. File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
  20. **keywords)
  21. File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
  22. message, timeout)
  23. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement