You are not logged in.
Hello,
I did have a look at the thread: http://bbs.archlinux.org/viewtopic.php?id=65716 but all the solution on this thread did not solve my problem...
Here is the output:
[10:27:16][lcoumetou@phusis]
[~]Arch64$ blueman-manager
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Loading configuration plugins
_________
<module> (/usr/lib/python2.6/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
_________
on_bluez_name_owner_changed (/usr/bin/blueman-manager:115)
org.bluez owner changed to :1.1
Using file config backend
/usr/lib/python2.6/site-packages/blueman/bluez/Manager.py:41: DeprecationWarning
: object.__new__() takes no parameters
cls._instance = super(Manager, cls).__new__(cls, *args, **kwargs)
_________
SetAdapter (/usr/lib/python2.6/site-packages/blueman/gui/DeviceList.py:273)
None
ERROR:dbus.proxies:Introspect error on org.bluez:/: dbus.exceptions.DBusExceptio
n: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rul
es; type="method_call", sender=":1.7" (uid=1000 pid=5816 comm="/usr/bin/python /
usr/bin/blueman-manager ") interface="org.freedesktop.DBus.Introspectable" membe
r="Introspect" error name="(unset)" requested_reply=0 destination="org.bluez" (u
id=0 pid=5415 comm="/usr/sbin/bluetoothd "))
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 578, in msg_r
eply_handler
reply_handler(*message.get_args_list(**get_args_opts))
File "/usr/bin/blueman-manager", line 164, in on_bluez_name_owner_changed
self.List = ManagerDeviceList(adapter=self.Config.props.last_adapter, inst=s
elf)
File "/usr/lib/python2.6/site-packages/blueman/gui/manager/ManagerDeviceList.p
y", line 71, in __init__
DeviceList.__init__(self, adapter, data)
File "/usr/lib/python2.6/site-packages/blueman/gui/DeviceList.py", line 114, i
n __init__
self.SetAdapter(adapter)
File "/usr/lib/python2.6/site-packages/blueman/gui/DeviceList.py", line 304, i
n SetAdapter
except dbus.DBusServiceUnknownError:
AttributeError: 'module' object has no attribute 'DBusServiceUnknownError'
I added my user to the group dbus and uucp but it does not help.
Any idea will be more than welcome
Thanks
Ludo
Offline
see this thread: http://bbs.archlinux.org/viewtopic.php?id=65716
Offline
see this thread: http://bbs.archlinux.org/viewtopic.php?id=65716
Hello Walmis,
It is the link that I posted on the second line of my first post.
I tried all the solutions available in the mentioned thread with no luck which is why I created a new thread
Thanks
Ludo
Offline
Start it with ck-launch-session, like this:
ck-launch-session blueman-manager
It worked for me.
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
Start it with ck-launch-session, like this:
ck-launch-session blueman-manager
It worked for me.
Thanks a lot NeoXP! It solved the problem!
Offline
NeoXP wrote:Start it with ck-launch-session, like this:
ck-launch-session blueman-manager
It worked for me.
Thanks a lot NeoXP! It solved the problem!
Anytime
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
Worked for me too NeoXP! Thanks :-) For others with the same problem:
1. add user to the group dbus and uucp
2. ck-launch-session blueman-manager
Offline