Advertisement
Guest User

Untitled

a guest
Aug 11th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. retired1:$ blueman-applet
  2.  
  3. ** (blueman-applet:3214): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  4.  
  5. (blueman-applet:3214): Gtk-WARNING **: Theme parsing error: gtk.css:1:58: Failed to import: The resource at '/org/gnome/adwaita/gtk-main.css' does not exist
  6. blueman-applet version 2.0 starting
  7. _________
  8. Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
  9. ['PPPSupport', 'DBusService', 'AppIndicator', 'ExitItem', 'DiscvManager', 'DhcpClient', 'RecentConns', 'Headset', 'StatusIcon', 'NMDUNSupport', 'Networking', 'NMPANSupport', 'Menu', 'TransferService', 'GameControllerWakelock', 'ShowConnected', 'PowerManager', 'StandardItems', 'KillSwitch', 'SerialManager', 'NetUsage', 'AuthAgent']
  10. _________
  11. get_interface_version (/usr/lib64/python2.7/site-packages/blueman/bluez/BlueZInterface.py:13)
  12. Detected BlueZ 5
  13. Traceback (most recent call last):
  14. File "/usr/bin/blueman-applet", line 120, in <module>
  15. BluemanApplet()
  16. File "/usr/bin/blueman-applet", line 62, in __init__
  17. self.Plugins.Load()
  18. File "/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py", line 90, in Load
  19. __import__(self.module_path.__name__ + ".%s" % plugin, None, None, [])
  20. File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/DBusService.py", line 12, in <module>
  21. from blueman.main.applet.BluezAgent import AdapterAgent
  22. File "/usr/lib64/python2.7/site-packages/blueman/main/applet/BluezAgent.py", line 37, in <module>
  23. _GObjectAgent = _GDbusObjectType(str('_GObjectAgent'), (Agent, GObject.GObject), {})
  24. File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 323, in __init__
  25. super(InterfaceType, cls).__init__(name, bases, dct)
  26. File "/usr/lib64/python2.7/site-packages/gi/types.py", line 211, in __init__
  27. if cls.__module__ == 'gi.repository.' + cls.__info__.get_namespace():
  28. AttributeError: type object '_GObjectAgent' has no attribute '__info__'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement