dbus error when attempting to run Blueman

Issue #57 resolved
retired1af created an issue

Attempting to run Blueman results in:

** (blueman-applet:3073): 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.

(blueman-applet:3073): Gtk-WARNING **: Theme parsing error: gtk.css:1:58: Failed to import: The resource at '/org/gnome/adwaita/gtk-main.css' does not exist
blueman-applet version 2.0 starting
/usr/lib64/python2.7/site-packages/gi/overrides/Gio.py:55: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version.
  Gio.Settings.__init__(self, schema=schema, backend=backend, path=path)
_________
Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
['AppIndicator', 'AuthAgent', 'PowerManager', 'StatusIcon', 'GameControllerWakelock', 'SerialManager', 'Menu', 'ShowConnected', 'TransferService', 'RecentConns', 'Headset', 'Networking', 'DBusService', 'NMPANSupport', 'NMDUNSupport', 'StandardItems', 'PPPSupport', 'KillSwitch', 'DiscvManager', 'DhcpClient', 'NetUsage', 'ExitItem'] 
ERROR:root:Could not find any typelib for AppIndicator3
_________
Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
Unable to load plugin module AppIndicator
cannot import name AppIndicator3 
Traceback (most recent call last):
  File "/usr/bin/blueman-applet", line 112, in <module>
    BluemanApplet()
  File "/usr/bin/blueman-applet", line 57, in __init__
    self.Plugins.Load()
  File "/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py", line 90, in Load
    __import__(self.module_path.__name__ + ".%s" % plugin, None, None, [])
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/AuthAgent.py", line 8, in <module>
    from blueman.main.applet.BluezAgent import BluezAgent
  File "/usr/lib64/python2.7/site-packages/blueman/main/applet/BluezAgent.py", line 41, in <module>
    _GObjectAgent = _GDbusObjectType(str('_GObjectAgent'), (Agent, GObject.GObject), {})
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 323, in __init__
    super(InterfaceType, cls).__init__(name, bases, dct)
  File "/usr/lib64/python2.7/site-packages/gi/types.py", line 211, in __init__
    if cls.__module__ == 'gi.repository.' + cls.__info__.get_namespace():
AttributeError: type object '_GObjectAgent' has no attribute '__info__'

Comments (6)

  1. retired1af reporter

    Already installed, but reinstalled just in case. Same error:

    $ blueman-applet
    
    ** (blueman-applet:3272): 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.
    
    (blueman-applet:3272): Gtk-WARNING **: Theme parsing error: gtk.css:1:58: Failed to import: The resource at '/org/gnome/adwaita/gtk-main.css' does not exist
    blueman-applet version 2.0 starting
    /usr/lib64/python2.7/site-packages/gi/overrides/Gio.py:55: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version.
      Gio.Settings.__init__(self, schema=schema, backend=backend, path=path)
    _________
    Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
    ['AppIndicator', 'AuthAgent', 'PowerManager', 'StatusIcon', 'GameControllerWakelock', 'SerialManager', 'Menu', 'ShowConnected', 'TransferService', 'RecentConns', 'Headset', 'Networking', 'DBusService', 'NMPANSupport', 'NMDUNSupport', 'StandardItems', 'PPPSupport', 'KillSwitch', 'DiscvManager', 'DhcpClient', 'NetUsage', 'ExitItem'] 
    ERROR:root:Could not find any typelib for AppIndicator3
    _________
    Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
    Unable to load plugin module AppIndicator
    cannot import name AppIndicator3 
    Traceback (most recent call last):
      File "/usr/bin/blueman-applet", line 112, in <module>
        BluemanApplet()
      File "/usr/bin/blueman-applet", line 57, in __init__
        self.Plugins.Load()
      File "/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py", line 90, in Load
        __import__(self.module_path.__name__ + ".%s" % plugin, None, None, [])
      File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/AuthAgent.py", line 8, in <module>
        from blueman.main.applet.BluezAgent import BluezAgent
      File "/usr/lib64/python2.7/site-packages/blueman/main/applet/BluezAgent.py", line 41, in <module>
        _GObjectAgent = _GDbusObjectType(str('_GObjectAgent'), (Agent, GObject.GObject), {})
      File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 323, in __init__
        super(InterfaceType, cls).__init__(name, bases, dct)
      File "/usr/lib64/python2.7/site-packages/gi/types.py", line 211, in __init__
        if cls.__module__ == 'gi.repository.' + cls.__info__.get_namespace():
    AttributeError: type object '_GObjectAgent' has no attribute '__info__'
    
  2. retired1af reporter

    Did a local build after adding export PYTHON=python3 to SB. Resulting error:

    $ blueman-applet 
    
    ** (blueman-applet:1734): 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.
    
    (blueman-applet:1734): Gtk-WARNING **: Theme parsing error: gtk.css:1:58: Failed to import: The resource at '/org/gnome/adwaita/gtk-main.css' does not exist
    blueman-applet version 2.0.1 starting
    /usr/lib64/python2.7/site-packages/gi/overrides/Gio.py:55: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version.
      Gio.Settings.__init__(self, schema=schema, backend=backend, path=path)
    _________
    Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
    ['AppIndicator', 'AuthAgent', 'PowerManager', 'StatusIcon', 'GameControllerWakelock', 'SerialManager', 'Menu', 'ShowConnected', 'TransferService', 'RecentConns', 'Headset', 'Networking', 'DBusService', 'NMPANSupport', 'NMDUNSupport', 'StandardItems', 'PPPSupport', 'KillSwitch', 'DiscvManager', 'DhcpClient', 'NetUsage', 'ExitItem'] 
    ERROR:root:Could not find any typelib for AppIndicator3
    _________
    Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
    Unable to load plugin module AppIndicator
    cannot import name AppIndicator3 
    _________
    get_interface_version (/usr/lib64/python2.7/site-packages/blueman/bluez/BlueZInterface.py:13)
    Detected BlueZ 5 
    Traceback (most recent call last):
      File "/usr/bin/blueman-applet", line 120, in <module>
        BluemanApplet()
      File "/usr/bin/blueman-applet", line 62, in __init__
        self.Plugins.Load()
      File "/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py", line 90, in Load
        __import__(self.module_path.__name__ + ".%s" % plugin, None, None, [])
      File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/AuthAgent.py", line 9, in <module>
        import blueman.main.applet.BluezAgent as BluezAgent
      File "/usr/lib64/python2.7/site-packages/blueman/main/applet/BluezAgent.py", line 37, in <module>
        _GObjectAgent = _GDbusObjectType(str('_GObjectAgent'), (Agent, GObject.GObject), {})
      File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 323, in __init__
        super(InterfaceType, cls).__init__(name, bases, dct)
      File "/usr/lib64/python2.7/site-packages/gi/types.py", line 211, in __init__
        if cls.__module__ == 'gi.repository.' + cls.__info__.get_namespace():
    AttributeError: type object '_GObjectAgent' has no attribute '__info__'
    
  3. Log in to comment