Hi, after some long time, I hardly need to open this thread again. I am facing problem with my blueman-manager. Actually, I re-installed Slackware due to some KDE problems and for past 2-3 months am trying to use the BT service. I strongly doubt that, the same problem may be a reason for my home wireless router is not getting listed in wicd.
In my system, I need to move same physical button for BT as well as for wireless network.
I can able to do the above both in Windows. So, in that way, there is no problem with actual device inside the system
So, I want to get the BT to work and possibly try with wlan issue.
This is what I am getting , when I ran "blueman-manager" from terminal,
########################################################################################################################
bash-4.1$ blueman-manager
Loading configuration plugins
_________
<module> (/usr/lib/python2.6/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
Using file config backend
_________
Load (/usr/lib/python2.6/site-packages/blueman/main/PluginManager.py:68)
['Services', 'PulseAudioProfile']
_________
Load (/usr/lib/python2.6/site-packages/blueman/main/PluginManager.py:68)
Unable to load plugin module PulseAudioProfile
PulseAudio applet plugin not loaded, nothing to do here
_________
__load_plugin (/usr/lib/python2.6/site-packages/blueman/main/PluginManager.py:142)
loading <class 'blueman.plugins.manager.Services.Services'>
blueman-manager version 1.22 starting
_________
on_bluez_name_owner_changed (/usr/bin/blueman-manager:110)
org.bluez owner changed to :1.25
Using file config backend
_________
SetAdapter (/usr/lib/python2.6/site-packages/blueman/gui/DeviceList.py:301)
None
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 586, in msg_reply_handler
reply_handler(*message.get_args_list(**get_args_opts))
File "/usr/bin/blueman-manager", line 162, in on_bluez_name_owner_changed
self.List = ManagerDeviceList(adapter=self.Config.props.last_adapter, inst=self)
File "/usr/lib/python2.6/site-packages/blueman/gui/manager/ManagerDeviceList.py", line 71, in __init__
DeviceList.__init__(self, adapter, data)
File "/usr/lib/python2.6/site-packages/blueman/gui/DeviceList.py", line 122, in __init__
self.SetAdapter(adapter)
File "/usr/lib/python2.6/site-packages/blueman/gui/DeviceList.py", line 332, in SetAdapter
except dbus.DBusServiceUnknownError:
AttributeError: 'module' object has no attribute 'DBusServiceUnknownError'
^CTraceback (most recent call last):
File "/usr/bin/blueman-manager", line 301, in <module>
Blueman()
File "/usr/bin/blueman-manager", line 188, in __init__
gtk.main()
KeyboardInterrupt
_________
save (/usr/lib/python2.6/site-packages/blueman/plugins/config/File.py:117)
Saving config
Exception AttributeError: "'NoneType' object has no attribute 'Bus'" in <bound method File.__del__ of <File object at 0x84d198c (blueman+plugins+ConfigPlugin+ConfigPlugin at 0x82c4f30)>> ignored
########################################################################################################################
Thanks,