Closed rcrath closed 9 years ago
Any news on this front?
I've been away for a week and have to get back to this on the weekend.
Oookay, so...
In fact https://github.com/blueman-project/blueman/issues/117#issuecomment-68930091 indicates it got paired successfully (look for messages with Paired 1).
The connection failure may be related to the incomplete BlueZ 5 transition. I'm not sure at the moment if connecting to HID services should work in the setup or not. It should work with the services branch, but that's another topic anyway. In any case you should be able to connect / disconnect services of a paired device from their context menu in the manager main window.
Interestingly there's again no RequestPinCode in the output. Maybe there is a difference between using setup and using right-click context menu for pairing. But in the end it looks like the device is behaving differently from time to time, since now it seems to have paired without requiring a PIN code... :confused:
In https://github.com/blueman-project/blueman/issues/117#issuecomment-68929767 there is a call to RequestPinCode. Does anything show up at that point? If not, please try to find a repeatable procedure to get to that point and I can try to find out why the expected dialog does not pop up there.
The video indeed indicated the service is connected and working. I suppose the rest is not a blueman issue. I'll try to find out what device name should be created for the trackpad so that you can check for that (you could also check your dmesg, maybe there is some information about the device from udev or something).
A quick note on this:
I just got my HC-05 device (see #85) which pairs in this way.
When I try to pair (through right click context menu) I see the Agent.RequestPinCode method in the output and get a dialog asking for the PIN code. If I enter the device's correct PIN code I then see property Paired changed to 1 and the device is paired as expected. If I enter a wrong PIN code, the device just gets disconnected (property Connected changed to 0) and I can try pairing again. So for me the procedure behaves as expected.
I think there is a misunderstanding here. THe two comments you point out are part of the same connect attempt. The comment board will not take huge chunks of code, so I had to break up the code into smaller chunks. for easy reference, I pasted a TOC of the whole attempt below, after which I try answering your queries, with the two comments you mention marked with **. The process is repeatable. To make things easier, I made a bunch of logs and a screencast for several attempts to pair and connect. read the README for what's what. that is here: http://way.net/tmp/blueman/blueman117.zip. Let me know if you want another iteration. I basically have to delete everything and start from no devices, otherwise, it thinks it is paired, and shows as connected when it is not. It is almost certainly the pin code. I used to get the options to enter 000 or a custom PIN. It also might have to do with not picking up the device name. I forget what the command line commands were, but they show it correctly as an apple magic touchpad while blueman only picks up the MAC address and thinks it is a tablet rather than a pointing device, which may be why it does not prompt for an HID PIN?
START Connection attempt:
start applet
https://github.com/blueman-project/blueman/issues/117#issuecomment-68929059
open devices window...
https://github.com/blueman-project/blueman/issues/117#issuecomment-68929190
turn on discovery mode
https://github.com/blueman-project/blueman/issues/117#issuecomment-68929374
search for device...the device appears and disappears, but it immediately comes up saying it is pointing
https://github.com/blueman-project/blueman/issues/117#issuecomment-68929767
**click setup==>use random pass (msg:pairing in process) == choose "input service" (msg: device added successfully but failed to connect"
https://github.com/blueman-project/blueman/issues/117#issuecomment-68930091**
**setup says finish, so close, in device window, right click device (MAC address to ID, not the magic mouse label) shows pairing grayed out, which I guess means it thinks it is paired.
https://github.com/blueman-project/blueman/issues/117#issuecomment-68930556**
END Connection attempt
In fact #117 (comment) indicates it got paired successfully (look for messages with Paired 1).
It pairs incorrectly, using the random passkey, and the device is successfully added, but it fails to connect
...In any case you should be able to connect / disconnect services of a paired device from their context menu in the manager main window.
It shows as connected even though it gave the response in setup that the connection failed. I can connect and disconnect, but because the pincode was never entered, the touchpad does not work. It shows as paired and connected in the gui though.
Interestingly there's again no RequestPinCode in the output.
THe request PIN comes in the next step of the connect attempt.
Maybe there is a difference between using setup and using right-click context menu for pairing. But in the end it looks like the device is behaving differently from time to time, since now it seems to have paired without requiring a PIN code... :confused:
the attempt I showed last was from setup menu. there is an attempt to pair by context menu in https://github.com/blueman-project/blueman/issues/117#issuecomment-63160977 . I put one more right click example in the zip file. let me know if you want me to do it again from cmd line start of applet
In #117 (comment) there is a call to RequestPinCode. Does anything show up at that point? If not, please try to find a repeatable procedure to get to that point and I can try to find out why the expected dialog does not pop up there.
as shown in the new video in the zip file, there is no gui error or other message other than the "device failed to connect" in the setup menu. RIght click menu allows connect and disconnect and pairing to appear to happen, but they don't.
The video indeed indicated the service is connected and working. I suppose the rest is not a blueman issue.
Could you point to where the issue lies then if not in Blueman? Maybe it is a kernel problem? It is not hardware, since I have multiple distros on this computer and the touchpad works fine in the other distro that runs on ubuntu trusty base, which has older blueman, but newer (3.16) kernel.
I'll try to find out what device name should be created for the trackpad so that you can check for that
That may be something to do with a kernel bug from 3.11, not fixed til 3.14, and after fix, the proper name stopped appearing and I got tablet" and the mac address in the device manager for bluetooth. It worked fine though, so I think it is a separate issue.
(you could also check your dmesg, maybe there is some information about the device from udev or something).
Sorry for cluelessness, but could you give me the command to do so?
Thanks for all the data and thanks for you patience with getting this sorted out in general!
Still, I see three issues here:
bluetoothctl
and typing info 60:C5:47:89:91:A9
. Either it has a bug or the device is paired, which would be strange as it (unsuccessfully) asked for a PIN code first.% grep -l "device_prop_ch Paired 1" *
05-searchdevice-rtclickpair.txt
10-selectrandompass.txt
15-chooserandompasskey.txt
20-retry.txt
(you could also check your dmesg, maybe there is some information about the device from udev or something).
Sorry for cluelessness, but could you give me the command to do so?
Just type dmesg
as soon as the device is transmitting as in your first video and see if there are recent and related messages. E.g. after I connect a mouse to blueman I get the following lines:
[ 1936.681992] input: Bluetooth Laser Travel Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/bluetooth/hci0/hci0:256/0005:046D:B008.0006/input/input22
[ 1936.682423] hid-generic 0005:046D:B008.0006: input,hidraw2: BLUETOOTH HID v3.14 Mouse [Bluetooth Laser Travel Mouse] on e8:b1:fc:41:ad:0b
If there are similar messages for you, the device got picked up successfully. Otherwise there may be some errors or even nothing, which would mean blueman / BlueZ did not succeed to provide the input device to the system. The most important things that should be created (by the hid_generic kernel module I think) are new /dev/hidraw* and /dev/input/mouse* files.
EDIT: Can you point me to the kernel bug you mentioned?
I will try to prepare some debugging procedure to get into [the missing dialog].
OK, I have prepared branch 117 for that. Please try to pair the device and grep for DBG117 in the output.
Thanks for all the data and thanks for you patience with getting this sorted out in general!
glad to help getting things working right.
kernel bug described here. began in 3.10, fixed mid-3.13, kernels 3.14 and up work, but do not id device correctly.:
https://bugzilla.redhat.com/show_bug.cgi?id=1027465 fix here: http://www.spinics.net/lists/linux-bluetooth/msg41725.html and here: http://www.spinics.net/lists/linux-bluetooth/msg41904.html
here is the output from the 117 blueman
[blueman]$/usr/local/bin/blueman-applet
Traceback (most recent call last):
File "/usr/local/bin/blueman-applet", line 9, in <module>
from blueman.Constants import *
ImportError: No module named 'blueman'
[blueman]$
here is the output from blutoothctl: Note the device repeated connects and disconnects which it does not do in the other distros as far as I know.
[NEW] Controller 00:0A:3A:7C:B4:D8 zamanjaro [default]
[NEW] Device 60:C5:47:89:91:A9 60-C5-47-89-91-A9
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[bluetooth]# info 60:C5:47:89:91:A9
Device 60:C5:47:89:91:A9
Alias: 60-C5-47-89-91-A9
Class: 0x002594
Icon: input-tablet
Paired: yes
Trusted: no
Blocked: no
Connected: no
LegacyPairing: yes
UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
Modalias: usb:v05ACp030Ed0160
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[bluetooth]#
here is the output of cat dmesg.txt | egrep -i 'hid'. The optical mouse and logitech kbrd are correct. the bose is picking up "hidden" and I do not have an ultimark anything, so maybe that is the trackpad being misrecognized? Oh just remembered, I have a footswitch that sends out mouseclicks, so that is probably the ultimarc entry. so no no trackpad is showing up.
[ 5.285533] hidraw: raw HID events driver (C) Jiri Kosina
[ 5.313553] usbcore: registered new interface driver usbhid
[ 5.313555] usbhid: USB HID core driver
[ 5.362105] logitech-djreceiver 0003:046D:C52B.0007: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10/input2
[ 5.385531] hid-generic 0003:046D:C05A.0001: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-3/input0
[ 5.388364] hid-generic 0003:05A7:1020.0002: hiddev0,hidraw2: USB HID v1.10 Device [Bose Corporation Bose USB Audio] on usb-0000:00:14.0-5/input2
[ 5.388569] hid-generic 0003:1324:0103.0003: input,hidraw3: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[ 5.388760] hid-generic 0003:1324:0103.0004: input,hidraw4: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[ 5.416484] logitech-djdevice 0003:046D:C52B.0008: input,hidraw5: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:00:14.0-10:1
[148685.322742] hid-generic 0003:1324:0103.0009: input,hidraw3: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[148685.331843] hid-generic 0003:1324:0103.000A: input,hidraw4: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[148687.957429] hid-generic 0003:1324:0103.000B: input,hidraw3: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[148687.966474] hid-generic 0003:1324:0103.000C: input,hidraw4: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[148693.035032] hid-generic 0003:1324:0103.000D: input,hidraw3: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[148693.044023] hid-generic 0003:1324:0103.000E: input,hidraw4: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[148699.507381] hid-generic 0003:1324:0103.000F: input,hidraw3: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[148699.516382] hid-generic 0003:1324:0103.0010: input,hidraw4: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[148702.995152] hid-generic 0003:1324:0103.0011: input,hidraw3: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[148703.004275] hid-generic 0003:1324:0103.0012: input,hidraw4: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
here is the output from the 117 blueman
Looks like python 3 is jumping in again or something. Try python2 /usr/local/bin/blueman-applet
. You should also be able to test the uninstalled sources by running python2 blueman-applet
from within the apps directory.
here is the output of cat dmesg.txt | egrep -i 'hid'
Before connecting the trackpad, look what you got in /dev/input, what /dev/hidraw* devices you got, and what the last messages in dmesg are. Then pair, connect, and use the trackpad a little bit and check if there is any new input or hidraw device file or any new message in dmesg (not necessarily with hid in it, maybe some udev, bluetooth or whatever).
python2 /usr/local/bin/blueman-applet
gave gui message:
Failed to apply network settings org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 You might not be able to connect to the Bluetooth network via this machine
connected fine though.
turned on discover mode. device appeared immediately in device window and showed as pointing, then disappeared. would then reappear and disappear an instant later repeatedly. gui showed as stuck in search mode, with search grayed out. turned off discover mode on device and terminal window stopped looking for it. gui window: search stayed grayed out. closing device manager exited normally. tried entering setup new device from applet and putting device in discover mode for a few seconds. same result...device flickers in and out. closed normal, Ctl-c in terminal to quit applet.
will put dmesg findings in separate comment
[~]$python2 /usr/local/bin/blueman-applet
** (blueman-applet:17293): 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.
Loading configuration plugins
blueman-applet version 1.99.alpha1 starting
Stale PID, overwriting
Using GConf config backend
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:54)
['PPPSupport', 'Headset', 'KillSwitch', 'NMPANSupport', 'DBusService', 'PowerManager', 'Networking', 'NMDUNSupport', 'DiscvManager', 'TransferService', 'DhcpClient', 'AppIndicator', 'SerialManager', 'StatusIcon', 'StandardItems', 'AuthAgent', 'RecentConns', 'NetUsage', 'ShowConnected', 'ExitItem', 'Menu']
Using GConf config backend
_________
get_interface_version (/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:54)
Unable to load plugin module AppIndicator
cannot import name AppIndicator3
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.StatusIcon.StatusIcon'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.DBusService.DBusService'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Headset.Headset'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Menu.Menu'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.PowerManager.PowerManager'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.NMDUNSupport.NMDUNSupport'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.SerialManager.SerialManager'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.TransferService.TransferService'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.KillSwitch.KillSwitch'>
Using GConf config backend
_________
on_load (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:25)
Using the new killswitch system
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.AuthAgent.AuthAgent'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.ShowConnected.ShowConnected'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
Not loading DhcpClient because it's conflict has higher priority
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.DiscvManager.DiscvManager'>
Using GConf config backend
_________
update_menuitems (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:113)
warning: Adapter is None
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.RecentConns.RecentConns'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
Not loading PPPSupport because it's conflict has higher priority
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.StandardItems.StandardItems'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Networking.Networking'>
Using GConf config backend
_________
load_nap_settings (/usr/lib/python2.7/site-packages/blueman/plugins/applet/Networking.py:30)
Loading NAP settings
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.NMPANSupport.NMPANSupport'>
_________
update_state (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:162)
State: True
_________
on_switch_added (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:45)
killswitch registered 0
_________
on_obex_owner_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/TransferService.py:70)
obex owner changed:
_________
on_dbus_name_owner_change (/usr/local/bin/blueman-applet:86)
org.bluez owner changed to :1.11
_________
set_nap (/usr/lib/python2.7/site-packages/blueman/plugins/applet/Networking.py:61)
set nap False
_________
register_agent (/usr/lib/python2.7/site-packages/blueman/plugins/applet/AuthAgent.py:57)
Registering agent
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7fc225d1e410 (blueman+main+Device+Device at 0x15abae0)>> ignored
_________
initialize (/usr/lib/python2.7/site-packages/blueman/plugins/applet/RecentConns.py:138)
rebuilding menu
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7fc225d1e460 (blueman+main+Device+Device at 0x15a2260)>> ignored
_________
on_obex_owner_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/TransferService.py:70)
obex owner changed: :1.92
Using GConf config backend
_________
enumerate_connections (/usr/lib/python2.7/site-packages/blueman/plugins/applet/ShowConnected.py:45)
Found 0 existing connections
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
on_started (/usr/lib/python2.7/site-packages/blueman/main/applet/Transfer.py:72)
opp Started
_________
on_started (/usr/lib/python2.7/site-packages/blueman/main/applet/Transfer.py:72)
ftp Started
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
_________
RequestPowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:123)
Requesting False
_________
on_power_state_change_requested (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:89)
False
_________
SetGlobalState (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:152)
set False
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state True
new state False
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
Signalling False
_________
timeout (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:118)
Timeout reached while setting power state
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state False
new state False
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:82)
False
/usr/lib/python2.7/site-packages/gi/overrides/__init__.py:92: Warning: Source ID 151 was not found when attempting to remove it
return fn(*args, **kwargs)
_________
RequestPowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:123)
Requesting True
_________
on_power_state_change_requested (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:89)
True
_________
SetGlobalState (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:152)
set True
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state False
new state False
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:82)
True
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Class 260
_________
adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:198)
adapter powered on while in off state, turning bluetooth on
_________
RequestPowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:123)
Requesting True
_________
on_power_state_change_requested (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:89)
True
_________
SetGlobalState (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:152)
set True
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off False
foff False
on True
current state False
new state True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
Signalling True
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off False
foff False
on True
current state True
new state True
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Powered 1
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:82)
True
** (blueman-manager:17394): 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.
Loading configuration plugins
Using GConf config backend
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:54)
['Services', 'PulseAudioProfile']
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.manager.Services.Services'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.manager.PulseAudioProfile.PulseAudioProfile'>
_________
pa_context_event (/usr/lib/python2.7/site-packages/blueman/main/PulseAudioUtils.py:306)
1
_________
pa_context_event (/usr/lib/python2.7/site-packages/blueman/main/PulseAudioUtils.py:306)
5
blueman-manager version 1.99.alpha1 starting
_________
on_bluez_name_owner_changed (/usr/bin/blueman-manager:105)
org.bluez owner changed to :1.11
Using GConf config backend
_________
get_interface_version (/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
SetAdapter (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:264)
None
_________
on_adapter_changed (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerToolbar.py:74)
toolbar adapter /org/bluez/hci0
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f294815c9b0 (blueman+main+Device+Device at 0x1873000)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
caching initial properties
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f294815c550 (blueman+main+Device+Device at 0x1874900)>
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 1
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 1
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -62 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -62
opacity 204
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -62 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -62
opacity 204
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -62 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -62
opacity 204
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -53 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -53
opacity 231
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -53 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -53
opacity 231
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -53 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -53
opacity 231
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -61 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -61
opacity 207
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -61 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -61
opacity 207
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -61 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -61
opacity 207
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -53 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -53
opacity 231
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -53 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -53
opacity 231
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch RSSI -53 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event RSSI -53
opacity 231
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f294815cf50 (blueman+main+Device+Device at 0x1875540)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f294815cf50 (blueman+main+Device+Device at 0x18c9d40)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293dde7320 (blueman+main+Device+Device at 0x18c9ce0)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293dde74b0 (blueman+main+Device+Device at 0x1876340)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293dde78c0 (blueman+main+Device+Device at 0x1867b80)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293dde7a00 (blueman+main+Device+Device at 0x1866da0)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
caching initial properties
row update event Connected 0
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293dde7c80 (blueman+main+Device+Device at 0x1867c00)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293dde7dc0 (blueman+main+Device+Device at 0x18d4460)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293dde7a00 (blueman+main+Device+Device at 0x185f460)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293de011e0 (blueman+main+Device+Device at 0x1872e80)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
caching initial properties
row update event Connected 0
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293de01370 (blueman+main+Device+Device at 0x1873340)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293de01730 (blueman+main+Device+Device at 0x1ee6920)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293de01910 (blueman+main+Device+Device at 0x1873a80)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f293de01a50 (blueman+main+Device+Device at 0x18730e0)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
child_closed (/usr/lib/python2.7/site-packages/blueman/Functions.py:154)
/usr/bin/blueman-manager closed
** (blueman-assistant:17599): 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.
Loading configuration plugins
Using GConf config backend
_________
get_interface_version (/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
SetAdapter (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:264)
None
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 0
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f17453ae870 (blueman+main+Device+Device at 0x14baf40)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f17453aeaa0 (blueman+main+Device+Device at 0x14afba0)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
child_closed (/usr/lib/python2.7/site-packages/blueman/Functions.py:154)
/usr/bin/blueman-assistant closed
^C
[~]$
I did not see anything that seemed to refer to the touchpad in the proceedings. this is the dmesg log from the last boot (I am guessing, since it is just after a bunch of systemd stuff ran). The one bluetooth entry is the USB BT adapter successfully getting recognized.
[ 1.819015] usb 3-3: new low-speed USB device number 4 using xhci_hcd
[ 1.826074] nvidia: module license 'NVIDIA' taints kernel.
[ 1.826076] Disabling lock debugging due to kernel taint
[ 1.831317] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[ 1.831504] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
[ 1.831508] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 343.36 Mon Dec 1 16:18:58 PST 2014
[ 1.837723] FS-Cache: Loaded
[ 1.841739] RPC: Registered named UNIX socket transport module.
[ 1.841739] RPC: Registered udp transport module.
[ 1.841739] RPC: Registered tcp transport module.
[ 1.841740] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.847236] systemd[1]: Started Setup keyboard layout.
[ 1.849145] FS-Cache: Netfs 'nfs' registered for caching
[ 1.849907] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.849908] ACPI: Thermal Zone [TZ00] (28 C)
[ 1.850147] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.850148] ACPI: Thermal Zone [TZ01] (30 C)
[ 1.851894] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.852049] ACPI: Fan [FAN0] (off)
[ 1.852084] ACPI: Fan [FAN1] (off)
[ 1.852115] ACPI: Fan [FAN2] (off)
[ 1.852145] ACPI: Fan [FAN3] (off)
[ 1.852177] ACPI: Fan [FAN4] (off)
[ 1.854139] mei_me 0000:00:16.0: irq 47 for MSI/MSI-X
[ 1.855153] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 1.855155] ACPI: Power Button [PWRB]
[ 1.855187] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.855188] ACPI: Power Button [PWRF]
[ 1.859376] wmi: Mapper loaded
[ 1.861848] parport_pc 00:06: reported by Plug and Play ACPI
[ 1.861891] parport0: PC-style at 0x378, irq 5 [PCSPP]
[ 1.867550] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.867619] systemd[1]: Started udev Kernel Device Manager.
[ 1.870440] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[ 1.870441] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 1.872674] r8169 0000:03:00.0: irq 48 for MSI/MSI-X
[ 1.872823] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90005b88000, d4:3d:7e:de:83:39, XID 0c000800 IRQ 48
[ 1.872824] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.873943] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 1.873946] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 1.878696] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x7
[ 1.880965] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x7
[ 1.880977] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x7
[ 1.880987] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x7
[ 1.880997] microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x7
[ 1.881007] microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x7
[ 1.881018] microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x7
[ 1.881026] microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x7
[ 1.881072] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.888148] systemd[1]: Started Load Kernel Modules.
[ 1.889691] AVX2 version of gcm_enc/dec engaged.
[ 1.908207] systemd[1]: Started Journal Service.
[ 1.921866] iTCO_vendor_support: vendor-support=0
[ 1.922425] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 1.922455] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[ 1.922541] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 1.929534] ppdev: user-space parallel port driver
[ 1.935239] intel_rapl: RAPL domain uncore detection failed
[ 1.993890] Turbo disabled by BIOS or unavailable on processor
[ 1.995785] usb 3-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.012529] Adding 16386296k swap on /dev/sdd2. Priority:-1 extents:1 across:16386296k SSFS
[ 2.155489] usb 3-4: new high-speed USB device number 5 using xhci_hcd
[ 2.271844] systemd-journald[193]: Received request to flush runtime journal from PID 1
[ 2.331156] usb 3-4: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 2.331158] usb 3-4: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 2.362071] Switched to clocksource tsc
[ 2.398040] EXT4-fs (sdd1): mounting ext2 file system using the ext4 subsystem
[ 2.406065] EXT4-fs (sdd1): mounted filesystem without journal. Opts: (null)
[ 2.488615] usb 3-5: new full-speed USB device number 6 using xhci_hcd
[ 2.611421] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input5
[ 2.611471] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input6
[ 2.611505] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input7
[ 2.611545] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input8
[ 2.746515] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.812138] device-mapper: uevent: version 1.0.3
[ 2.812201] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 2.835077] usb 3-6: new low-speed USB device number 7 using xhci_hcd
[ 2.995001] usb 3-6: device descriptor read/64, error -71
[ 3.098253] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 6.
[ 3.098255] usb 3-6: hub failed to enable device, error -22
[ 3.258167] usb 3-6: new low-speed USB device number 8 using xhci_hcd
[ 3.407227] cfg80211: Calling CRDA to update world regulatory domain
[ 3.418082] usb 3-6: device descriptor read/64, error -71
[ 3.460441] vboxdrv: Found 8 processor cores.
[ 3.460652] vboxdrv: fAsync=0 offMin=0x220 offMax=0x195a
[ 3.460701] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 3.460701] vboxdrv: Successfully loaded version 4.3.20_OSE (interface 0x001a0008).
[ 3.463623] vboxpci: IOMMU not found (not registered)
[ 3.521336] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 7.
[ 3.521338] usb 3-6: hub failed to enable device, error -22
[ 3.681235] usb 3-6: new low-speed USB device number 9 using xhci_hcd
[ 3.681760] usb 3-6: Device not responding to setup address.
[ 3.793261] r8169 0000:03:00.0 enp3s0: link down
[ 3.793282] r8169 0000:03:00.0 enp3s0: link down
[ 3.793299] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[ 3.884897] usb 3-6: Device not responding to setup address.
[ 4.087656] usb 3-6: device not accepting address 9, error -71
[ 4.161263] nvidia 0000:01:00.0: irq 49 for MSI/MSI-X
[ 4.247593] usb 3-6: new low-speed USB device number 10 using xhci_hcd
[ 4.247986] usb 3-6: Device not responding to setup address.
[ 4.451310] usb 3-6: Device not responding to setup address.
[ 4.642977] NVRM: Your system is not currently configured to drive a VGA console
[ 4.642979] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 4.642980] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 4.642981] NVRM: drivers including, but not limited to, vesafb, may result in
[ 4.642982] NVRM: corruption and stability problems, and is not supported.
[ 4.653986] usb 3-6: device not accepting address 10, error -71
[ 4.654022] usb usb3-port6: unable to enumerate USB device
[ 4.813931] usb 3-9: new full-speed USB device number 11 using xhci_hcd
[ 5.150401] usb 3-10: new full-speed USB device number 12 using xhci_hcd
[ 5.433963] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 5.686700] hub 4-2:1.0: USB hub found
[ 5.686878] hub 4-2:1.0: 4 ports detected
[ 5.737063] Turbo disabled by BIOS or unavailable on processor
[ 5.793342] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 5.917258] hub 2-1:1.0: USB hub found
[ 5.917354] hub 2-1:1.0: 8 ports detected
[ 5.996566] usb 3-1.1: new high-speed USB device number 13 using xhci_hcd
[ 6.291333] r8169 0000:03:00.0 enp3s0: link up
[ 6.291338] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 6.422992] usb 3-1.4: new full-speed USB device number 14 using xhci_hcd
[ 6.599673] usb 3-2.1: new high-speed USB device number 15 using xhci_hcd
[ 6.691621] hub 3-2.1:1.0: USB hub found
[ 6.691966] hub 3-2.1:1.0: 4 ports detected
[ 6.767166] usb 4-2.1: new SuperSpeed USB device number 3 using xhci_hcd
[ 7.019451] hub 4-2.1:1.0: USB hub found
[ 7.019626] hub 4-2.1:1.0: 4 ports detected
[ 7.071593] hidraw: raw HID events driver (C) Jiri Kosina
[ 7.099354] usb 3-2.1.1: new high-speed USB device number 16 using xhci_hcd
[ 7.100525] WARNING! power/level is deprecated; use power/control instead
[ 7.106558] Bluetooth: Core ver 2.19
[ 7.106569] NET: Registered protocol family 31
[ 7.106570] Bluetooth: HCI device and connection manager initialized
[ 7.106576] Bluetooth: HCI socket layer initialized
[ 7.106577] Bluetooth: L2CAP socket layer initialized
[ 7.106583] Bluetooth: SCO socket layer initialized
[ 7.132132] usbcore: registered new interface driver btusb
[ 7.160792] usb 3-5: 1:1: cannot get freq at ep 0x1
[ 7.163559] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.163561] Bluetooth: BNEP filters: protocol multicast
[ 7.163568] Bluetooth: BNEP socket layer initialized
[ 7.184588] usbcore: registered new interface driver usbhid
[ 7.184590] usbhid: USB HID core driver
[ 7.188072] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C05A.0001/input/input9
[ 7.188150] hid-generic 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-3/input0
[ 7.188268] logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10/input2
[ 7.193237] hid-generic 0003:05A7:1020.0002: hiddev0,hidraw2: USB HID v1.10 Device [Bose Corporation Bose USB Audio] on usb-0000:00:14.0-5/input2
[ 7.195260] mousedev: PS/2 mouse device common for all mice
[ 7.205082] usb 3-1.1: set resolution quirk: cval->res = 384
[ 7.205210] usbcore: registered new interface driver snd-usb-audio
[ 7.237450] input: Wacom Bamboo 2FG Pen as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input10
[ 7.239668] input: Wacom Bamboo 2FG Finger as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.1/input/input11
[ 7.239758] usbcore: registered new interface driver wacom
[ 7.245911] media: Linux media interface: v0.10
[ 7.246806] input: Logitech Unifying Device. Wireless PID:4004 as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.2/0003:046D:C52B.0005/0003:046D:C52B.0006/input/input12
[ 7.246881] logitech-djdevice 0003:046D:C52B.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:00:14.0-10:1
[ 7.249545] Linux video capture interface: v2.00
[ 7.264558] uvcvideo: Found UVC 1.00 device <unnamed> (046d:081d)
[ 7.277387] input: UVC Camera (046d:081d) as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.2/input/input13
[ 7.277502] usbcore: registered new interface driver uvcvideo
[ 7.277504] USB Video Class driver (1.1.1)
[ 7.284499] usb-storage 3-2.1.1:1.0: USB Mass Storage device detected
[ 7.284637] scsi6 : usb-storage 3-2.1.1:1.0
[ 7.284710] usbcore: registered new interface driver usb-storage
[ 7.286067] usbcore: registered new interface driver uas
[ 8.287276] scsi 6:0:0:0: Direct-Access WD My Book 1110 2018 PQ: 0 ANSI: 4
[ 8.289207] scsi 6:0:0:1: CD-ROM WD Virtual CD 1110 2018 PQ: 0 ANSI: 4
[ 8.295312] scsi 6:0:0:2: Enclosure WD SES Device 2018 PQ: 0 ANSI: 4
[ 8.325826] sd 6:0:0:0: [sde] 3905656832 512-byte logical blocks: (1.99 TB/1.81 TiB)
[ 8.327155] sr1: scsi3-mmc drive: 51x/51x caddy
[ 8.327242] sr 6:0:0:1: Attached scsi CD-ROM sr1
[ 8.328830] sd 6:0:0:0: [sde] Write Protect is off
[ 8.328832] sd 6:0:0:0: [sde] Mode Sense: 2b 00 10 08
[ 8.330923] sd 6:0:0:0: [sde] No Caching mode page found
[ 8.330925] sd 6:0:0:0: [sde] Assuming drive cache: write through
[ 8.350698] ses 6:0:0:2: Attached Enclosure device
[ 8.358726] sde: sde1
[ 8.364140] sd 6:0:0:0: [sde] Attached SCSI disk
[ 48.978320] fuse init (API version 7.23)
[ 52.550840] UDF-fs: INFO Mounting volume 'WD SmartWare', timestamp 2010/07/29 22:47 (1000)
[ 52.630035] EXT4-fs (sde1): recovery complete
[ 52.630039] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null)
[ 1211.231245] usb 3-6: new low-speed USB device number 17 using xhci_hcd
[ 1211.412403] usb 3-6: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1211.412406] usb 3-6: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1211.432619] input: Ultimarc Button/Joystick/Trackball Interface as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:1324:0103.0007/input/input14
[ 1211.432761] hid-generic 0003:1324:0103.0007: input,hidraw4: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[ 1211.443864] input: Ultimarc Button/Joystick/Trackball Interface as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1324:0103.0008/input/input15
[ 1211.444002] hid-generic 0003:1324:0103.0008: input,hidraw5: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[ 1211.708570] usb 3-6: USB disconnect, device number 17
[ 1212.413848] usb 3-6: new low-speed USB device number 18 using xhci_hcd
[ 1212.594651] usb 3-6: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1212.594653] usb 3-6: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1212.614640] input: Ultimarc Button/Joystick/Trackball Interface as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:1324:0103.0009/input/input16
[ 1212.614702] hid-generic 0003:1324:0103.0009: input,hidraw4: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[ 1212.624752] input: Ultimarc Button/Joystick/Trackball Interface as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1324:0103.000A/input/input17
[ 1212.624829] hid-generic 0003:1324:0103.000A: input,hidraw5: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[ 1212.744606] usb 3-6: USB disconnect, device number 18
[ 1213.273363] usb 3-6: new low-speed USB device number 19 using xhci_hcd
[ 1213.454371] usb 3-6: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1213.454374] usb 3-6: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1213.474466] input: Ultimarc Button/Joystick/Trackball Interface as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:1324:0103.000B/input/input18
[ 1213.474548] hid-generic 0003:1324:0103.000B: input,hidraw4: USB HID v1.10 Keyboard [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input0
[ 1213.484731] input: Ultimarc Button/Joystick/Trackball Interface as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1324:0103.000C/input/input19
[ 1213.484886] hid-generic 0003:1324:0103.000C: input,hidraw5: USB HID v1.10 Mouse [Ultimarc Button/Joystick/Trackball Interface ] on usb-0000:00:14.0-6/input1
[ 1214.938681] usb 3-3: USB disconnect, device number 4
[ 1222.741092] usb 3-3: new low-speed USB device number 20 using xhci_hcd
[ 1222.917695] usb 3-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1222.919653] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C05A.000D/input/input20
[ 1222.919767] hid-generic 0003:046D:C05A.000D: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-3/input0
[ 1297.906921] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 1297.910583] JFS: nTxBlock = 8192, nTxLock = 65536
[ 1297.918339] ntfs: driver 2.1.30 [Flags: R/W MODULE].
[ 1297.983155] raid6: sse2x1 10890 MB/s
[ 1298.039786] raid6: sse2x2 13686 MB/s
[ 1298.096422] raid6: sse2x4 15796 MB/s
[ 1298.153054] raid6: avx2x1 21002 MB/s
[ 1298.209688] raid6: avx2x2 24248 MB/s
[ 1298.266321] raid6: avx2x4 28054 MB/s
[ 1298.266323] raid6: using algorithm avx2x4 (28054 MB/s)
[ 1298.266324] raid6: using avx2x2 recovery algorithm
[ 1298.266914] xor: automatically using best checksumming function:
[ 1298.299632] avx : 33718.800 MB/sec
[ 1298.309265] Btrfs loaded
[ 1795.366158] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[ 1795.366181] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 17.
[ 1795.366183] usb 3-2.1.1: hub failed to enable device, error -22
[ 1795.452609] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[ 1795.452620] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 17.
[ 1795.452621] usb 3-2.1.1: hub failed to enable device, error -22
[ 1795.529162] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[ 1795.542850] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8804076a7cc0
[ 1795.542853] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8804076a7d08
after applet starts, before discover, as described above
[ 4257.945499] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[ 4257.945510] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 17.
[ 4257.945512] usb 3-2.1.1: hub failed to enable device, error -22
[ 4258.021959] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[ 4258.021985] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 17.
[ 4258.021987] usb 3-2.1.1: hub failed to enable device, error -22
[ 4258.101864] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[ 4262.074241] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8804076a7cc0
[ 4262.074244] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8804076a7d08
[ 4342.541248] Bluetooth: RFCOMM TTY layer initialized
[ 4342.541257] Bluetooth: RFCOMM socket layer initialized
[ 4342.541260] Bluetooth: RFCOMM ver 1.11
no new lines during discover to close, as described above.
Looks like it used the files installed on your system instead of the ones from the branch, so no DBG117 messages showed up. Go into the apps directory in the source and just run python2 blueman-applet
.
By the way: Did you ever try to use the device with a different manager like Gnome's or KDE's? I doubt that at least the continuous connecting and reconnecting is related to blueman, but a more generic issue in Linux / BlueZ.
I will run the debug version. I don't have kde or gnome installed, although there are some libraries from each. I don't want to install either if I can help it, especially gnome, as it tends to take over defaults and is generally a hassle. I run separate boots though, Could try installing a gnome version of manjaro and see if that works. I have it working fine on a kde 4 - ubuntu trusty base, but maybe that is the older app that worked before? And just as a reminder, it worked fine until sometime around October November updates on the cinnamon version. will give logs in a little bit.
checked version of applet: 1.99.alpha1 Gui window on applet start, :
Failed to apply network settings: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 You might not be able to connect to the Bluetooth network via this machine
start applet through turn adapter on:
[bin]$blueman-applet
Traceback (most recent call last):
File "/usr/local/bin/blueman-applet", line 9, in <module>
from blueman.Constants import *
ImportError: No module named 'blueman'
[bin]$python2 !!
python2 blueman-applet
** (blueman-applet:3269): 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:3269): Gtk-WARNING **: Unknown key decoration-layout in /home/rich/.config/gtk-3.0/settings.ini
Loading configuration plugins
blueman-applet version 1.99.alpha1 starting
Stale PID, overwriting
Using GConf config backend
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:54)
['PPPSupport', 'Headset', 'KillSwitch', 'NMPANSupport', 'DBusService', 'PowerManager', 'Networking', 'NMDUNSupport', 'DiscvManager', 'TransferService', 'DhcpClient', 'AppIndicator', 'SerialManager', 'StatusIcon', 'StandardItems', 'AuthAgent', 'RecentConns', 'NetUsage', 'ShowConnected', 'ExitItem', 'Menu']
Using GConf config backend
_________
get_interface_version (/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:54)
Unable to load plugin module AppIndicator
cannot import name AppIndicator3
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.StatusIcon.StatusIcon'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.DBusService.DBusService'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Headset.Headset'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Menu.Menu'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.PowerManager.PowerManager'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.NMDUNSupport.NMDUNSupport'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.SerialManager.SerialManager'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.TransferService.TransferService'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.KillSwitch.KillSwitch'>
Using GConf config backend
_________
on_load (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:25)
Using the new killswitch system
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.AuthAgent.AuthAgent'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.ShowConnected.ShowConnected'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
Not loading DhcpClient because it's conflict has higher priority
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.DiscvManager.DiscvManager'>
Using GConf config backend
_________
update_menuitems (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:113)
warning: Adapter is None
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.RecentConns.RecentConns'>
Using GConf config backend
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
Not loading PPPSupport because it's conflict has higher priority
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.StandardItems.StandardItems'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Networking.Networking'>
Using GConf config backend
_________
load_nap_settings (/usr/lib/python2.7/site-packages/blueman/plugins/applet/Networking.py:30)
Loading NAP settings
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.NMPANSupport.NMPANSupport'>
_________
update_state (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:162)
State: True
_________
on_switch_added (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:45)
killswitch registered 0
_________
on_obex_owner_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/TransferService.py:70)
obex owner changed:
_________
on_dbus_name_owner_change (blueman-applet:86)
org.bluez owner changed to :1.12
_________
set_nap (/usr/lib/python2.7/site-packages/blueman/plugins/applet/Networking.py:61)
set nap False
_________
register_agent (/usr/lib/python2.7/site-packages/blueman/plugins/applet/AuthAgent.py:57)
Registering agent
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7f1a5c35e410 (blueman+main+Device+Device at 0x1f0f040)>> ignored
_________
initialize (/usr/lib/python2.7/site-packages/blueman/plugins/applet/RecentConns.py:138)
rebuilding menu
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7f1a5c35e460 (blueman+main+Device+Device at 0x1f0fec0)>> ignored
_________
on_obex_owner_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/TransferService.py:70)
obex owner changed: :1.95
Using GConf config backend
_________
enumerate_connections (/usr/lib/python2.7/site-packages/blueman/plugins/applet/ShowConnected.py:45)
Found 0 existing connections
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
on_started (/usr/lib/python2.7/site-packages/blueman/main/applet/Transfer.py:72)
opp Started
_________
on_started (/usr/lib/python2.7/site-packages/blueman/main/applet/Transfer.py:72)
ftp Started
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
_________
RequestPowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:123)
Requesting False
_________
on_power_state_change_requested (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:89)
False
_________
SetGlobalState (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:152)
set False
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state True
new state False
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
Signalling False
_________
timeout (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:118)
Timeout reached while setting power state
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state False
new state False
_________
RequestPowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:123)
Requesting True
_________
on_power_state_change_requested (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:89)
True
_________
SetGlobalState (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:152)
set True
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state False
new state False
_________
timeout (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:118)
Timeout reached while setting power state
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state False
new state False
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:82)
False
/usr/lib/python2.7/site-packages/gi/overrides/__init__.py:92: Warning: Source ID 152 was not found when attempting to remove it
return fn(*args, **kwargs)
_________
check (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:82)
True
/usr/lib/python2.7/site-packages/gi/overrides/__init__.py:92: Warning: Source ID 1947 was not found when attempting to remove it
return fn(*args, **kwargs)
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Class 260
_________
adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:198)
adapter powered on while in off state, turning bluetooth on
_________
RequestPowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:123)
Requesting True
_________
on_power_state_change_requested (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:89)
True
_________
SetGlobalState (/usr/lib/python2.7/site-packages/blueman/main/KillSwitchNG.py:152)
set True
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off False
foff False
on True
current state False
new state True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
Signalling True
_________
on_power_state_query (/usr/lib/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:151)
off False
foff False
on True
current state True
new state True
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Powered 1
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py:82)
True
put touchpad in discover mode:
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
open device mgr, usual appearing and disappearing touchpad...through choose "random passkey", "pairing message, choose "input device" to "device added but failed to connect," and close setup window
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
** (blueman-manager:4279): 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-manager:4279): Gtk-WARNING **: Unknown key decoration-layout in /home/rich/.config/gtk-3.0/settings.ini
Loading configuration plugins
Using GConf config backend
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:54)
['Services', 'PulseAudioProfile']
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.manager.Services.Services'>
_________
__load_plugin (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.manager.PulseAudioProfile.PulseAudioProfile'>
_________
pa_context_event (/usr/lib/python2.7/site-packages/blueman/main/PulseAudioUtils.py:306)
1
_________
pa_context_event (/usr/lib/python2.7/site-packages/blueman/main/PulseAudioUtils.py:306)
5
blueman-manager version 1.99.alpha1 starting
_________
on_bluez_name_owner_changed (/usr/bin/blueman-manager:105)
org.bluez owner changed to :1.12
Using GConf config backend
_________
get_interface_version (/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
SetAdapter (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:264)
None
_________
on_adapter_changed (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerToolbar.py:74)
toolbar adapter /org/bluez/hci0
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
<Device object at 0x7f45ec0599b0 (blueman+main+Device+Device at 0x25e22e0)>
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 1
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 1
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45ec059b90 (blueman+main+Device+Device at 0x25e4ce0)>
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 0
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45ec059b90 (blueman+main+Device+Device at 0x25dd380)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45ec059a50 (blueman+main+Device+Device at 0x25d6ec0)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45ec059b90 (blueman+main+Device+Device at 0x25e6740)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45ec059b90 (blueman+main+Device+Device at 0x25e2420)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45df4b85f0 (blueman+main+Device+Device at 0x25d1360)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45df4b8820 (blueman+main+Device+Device at 0x25cf6c0)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 1
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 1
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
** (blueman-assistant:4379): 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-assistant:4379): Gtk-WARNING **: Unknown key decoration-layout in /home/rich/.config/gtk-3.0/settings.ini
Loading configuration plugins
Using GConf config backend
_________
get_interface_version (/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
SetAdapter (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:264)
None
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 0
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 0
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 0
_________
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
RequestPinCode (/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163)
Agent.RequestPinCode
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f951a493d20 (blueman+main+Device+Device at 0x18aa0a0)>
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 48, in on_device_property_changed
d = Device(path)
File "/usr/lib/python2.7/site-packages/blueman/main/Device.py", line 39, in __init__
self.Properties = self.Device.get_properties()
File "/usr/lib/python2.7/site-packages/blueman/bluez/errors.py", line 143, in warp
raise parse_dbus_error(exception)
DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device None
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
RemoveDevice (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:420)
<Device object at 0x7f45df4b8cd0 (blueman+main+Device+Device at 0x25d5f20)>
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (row does not exist)
_________
child_closed (/usr/lib/python2.7/site-packages/blueman/Functions.py:154)
['/usr/bin/blueman-assistant', u'--device=60:C5:47:89:91:A9'] closed
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 1
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 1
_________
on_device_created (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:246)
created /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Fake False
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Trusted 0
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 0
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
** (blueman-assistant:4404): 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-assistant:4404): Gtk-WARNING **: Unknown key decoration-layout in /home/rich/.config/gtk-3.0/settings.ini
Loading configuration plugins
Using GConf config backend
_________
get_interface_version (/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
SetAdapter (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:264)
None
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
add_device (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:310)
adding new device
_________
do_cache (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:489)
Caching new device 60:C5:47:89:91:A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Modalias usb:v05ACp030Ed0160 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Modalias usb:v05ACp030Ed0160
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
{u'input': <blueman.bluez.ServiceInterface.ServiceInterface object at 0x7fc6c6949650>}
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
init_services (/usr/lib/python2.7/site-packages/blueman/main/Device.py:73)
Loading services
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Paired 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Paired 1
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event UUIDs dbus.Array([dbus.String(u'00001124-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 0
_________
on_adapter_property_changed (/usr/lib/python2.7/site-packages/blueman/plugins/applet/DiscvManager.py:86)
prop Discovering 0
_________
on_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:148)
adapter propery changed Discovering 0
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
__del__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:60)
deleting device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
Destroy (/usr/lib/python2.7/site-packages/blueman/main/Device.py:98)
invalidating device /org/bluez/hci0/dev_60_C5_47_89_91_A9
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating down
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 0 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 0
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
connect
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
notify (/usr/lib/python2.7/site-packages/blueman/plugins/applet/RecentConns.py:239)
<Device object at 0x7f1a5c35eb90 (blueman+main+Device+Device at 0x1f1baa0)> org.bluez.Input1 dbus.Array([], signature=dbus.Signature('s'))
_________
initialize (/usr/lib/python2.7/site-packages/blueman/plugins/applet/RecentConns.py:138)
rebuilding menu
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (not connected)
_________
update (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
stopping monitor (not connected)
_________
child_closed (/usr/lib/python2.7/site-packages/blueman/Functions.py:154)
['/usr/bin/blueman-assistant', u'--device=60:C5:47:89:91:A9'] closed
make rt-click connect attempt in device mgr, appears to connect, blinkenlights all go on, but it does not work (i.e., as usual)
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
set_op (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:76)
op: regenerating instance <ManagerDeviceMenu object at 0x7f45df4b8be0 (blueman+gui+manager+ManagerDeviceMenu+ManagerDeviceMenu at 0x2a82b50)>
_________
set_op (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:76)
op: regenerating instance <ManagerDeviceMenu object at 0x7f45df289d20 (blueman+gui+manager+ManagerDeviceMenu+ManagerDeviceMenu at 0x2a82dd0)>
_________
__init__ (/usr/lib/python2.7/site-packages/blueman/main/Device.py:16)
caching initial properties
_________
notify (/usr/lib/python2.7/site-packages/blueman/plugins/applet/RecentConns.py:239)
<Device object at 0x7f1a5c04f9b0 (blueman+main+Device+Device at 0x1f2a700)> org.bluez.Device1 dbus.Array([], signature=dbus.Signature('s'))
_________
initialize (/usr/lib/python2.7/site-packages/blueman/plugins/applet/RecentConns.py:138)
rebuilding menu
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
on_device_property_changed (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:156)
list: device_prop_ch Connected 1 /org/bluez/hci0/dev_60_C5_47_89_91_A9 () {}
_________
row_update_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:288)
row update event Connected 1
_________
monitor_power_levels (/usr/lib/python2.7/site-packages/blueman/gui/DeviceList.py:178)
starting monitor
_________
level_setup_event (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:349)
animating up
_________
success (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:104)
success ()
_________
unset_op (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:90)
op: regenerating instance <ManagerDeviceMenu object at 0x7f45df4b8be0 (blueman+gui+manager+ManagerDeviceMenu+ManagerDeviceMenu at 0x2a82b50)>
_________
Generate (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:213)
60-C5-47-89-91-A9
_________
unset_op (/usr/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:90)
op: regenerating instance <ManagerDeviceMenu object at 0x7f45df289d20 (blueman+gui+manager+ManagerDeviceMenu+ManagerDeviceMenu at 0x2a82dd0)>
/usr/lib/python2.7/site-packages/gi/overrides/__init__.py:92: Warning: Source ID 4279 was not found when attempting to remove it
return fn(*args, **kwargs)
Here is the dmesg output. THis time a bunch of bt info came through, including correctly naming the touchpad ("magicmouse" and "[Apple Wireless Trackpad").
[Tue Jan 27 12:01:49 2015] Bluetooth: RFCOMM TTY layer initialized
[Tue Jan 27 12:01:49 2015] Bluetooth: RFCOMM socket layer initialized
[Tue Jan 27 12:01:49 2015] Bluetooth: RFCOMM ver 1.11
[Tue Jan 27 12:10:46 2015] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[Tue Jan 27 12:10:46 2015] Bluetooth: HIDP socket layer initialized
[Tue Jan 27 12:10:46 2015] magicmouse 0005:05AC:030E.0007: unknown main item tag 0x0
[Tue Jan 27 12:10:46 2015] input: Apple Wireless Trackpad as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/bluetooth/hci0/hci0:11/0005:05AC:030E.0007/input/input14
[Tue Jan 27 12:10:46 2015] magicmouse 0005:05AC:030E.0007: input,hidraw4: BLUETOOTH HID v1.60 Mouse [Apple Wireless Trackpad] on 00:0a:3a:7c:b4:d8
[Tue Jan 27 12:12:20 2015] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[Tue Jan 27 12:12:20 2015] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 17.
[Tue Jan 27 12:12:20 2015] usb 3-2.1.1: hub failed to enable device, error -22
[Tue Jan 27 12:12:20 2015] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[Tue Jan 27 12:12:20 2015] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 17.
[Tue Jan 27 12:12:20 2015] usb 3-2.1.1: hub failed to enable device, error -22
[Tue Jan 27 12:12:21 2015] usb 3-2.1.1: reset high-speed USB device number 16 using xhci_hcd
[Tue Jan 27 12:12:25 2015] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8803f5705e40
[Tue Jan 27 12:12:25 2015] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8803f5705e88
Just installed majaro - xfice edition fresh on my laptop. get the exact same issue.
I meant just gnome-bluetooth and BlueDevil. You don't need the respective DEs for running them. Would be interesting to know what you can achieve with them in comparison to blueman.
The output is still not from the branch. /usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py:163
means it's a) an installed version (path /usr/lib/python2.7/site-packages
) and b) not the version from branch 117 or master as the RequestPinCode method should start on line 153, not 163 there. You possibly need to set the PYTHONPATH. Try running PYTHONPATH="." apps/blueman-applet
from the source directory. There shouldn't be any /usr/lib
paths in the output if it works.
The dmesg info looks like the device gets picked up correctly. You seem to get /dev/hidraw4
as well as some device files in /dev/input
. Now there are two possibilities: Either they immediately disappear, but I would expect more messages then, or the files persist and the device is available to your system. If it does not work anyway you probably need to do some configuration in you DE or X server. To make sure, have a look at /dev/input
to see if some mouseX
device file is created. Run cat
on the file and move the device a little bit. You should see some output for the movement.
blue devil: bluetooth not visible bluetooth not entirely enabled asks for pin, appears to connect but does not work. shows up as a tablet by mac address
ran cat on the mouse :) I got output from mouse4 from moving around on the touchpad
as of 3.10, gnome-bluetooth-applet is deprecated and gnome-bluetooth requires gnome-shell and all its dependencies which I will not be installing.
cinnamon bt applet is broken as of gnome 3.10
connect vi bluetoothctl -- it does not ask for pin code. it appears to connect, and /dev/input/mouse4 shows activity when using touchpad, but touchpad does not work.:
[input]$bluetoothctl
[NEW] Controller 00:0A:3A:7C:B4:D8 zamanjaro [default]
[bluetooth]# power on
Changing power on succeeded
[bluetooth]# devices
[bluetooth]# devices
[bluetooth]# scan on
Discovery started
[CHG] Controller 00:0A:3A:7C:B4:D8 Discovering: yes
[NEW] Device 60:C5:47:89:91:A9 60-C5-47-89-91-A9
[CHG] Device 60:C5:47:89:91:A9 RSSI: -51
[CHG] Device 60:C5:47:89:91:A9 RSSI: -60
[CHG] Device 60:C5:47:89:91:A9 RSSI: -51
[CHG] Device 60:C5:47:89:91:A9 RSSI: -63
[CHG] Device 60:C5:47:89:91:A9 RSSI: -50
[CHG] Device 60:C5:47:89:91:A9 RSSI: -61
[CHG] Device 60:C5:47:89:91:A9 RSSI: -51
[CHG] Device 60:C5:47:89:91:A9 LegacyPairing: no
[CHG] Device 60:C5:47:89:91:A9 LegacyPairing: yes
[CHG] Device 60:C5:47:89:91:A9 RSSI: -64
[CHG] Device 60:C5:47:89:91:A9 RSSI: -53
[CHG] Device 60:C5:47:89:91:A9 RSSI: -68
[CHG] Device 60:C5:47:89:91:A9 RSSI: -57
[CHG] Device 60:C5:47:89:91:A9 RSSI: -68
[bluetooth]# agent on
Agent registered
[CHG] Device 60:C5:47:89:91:A9 RSSI: -57
[CHG] Device 60:C5:47:89:91:A9 RSSI: -68
[CHG] Device 60:C5:47:89:91:A9 RSSI: -54
[bluetooth]# pair 60:C5:47:89:91:A9
Attempting to pair with 60:C5:47:89:91:A9
Failed to pair: org.bluez.Error.AuthenticationRejected
[bluetooth]# trust 60:C5:47:89:91:A9
[CHG] Device 60:C5:47:89:91:A9 Trusted: yes
Changing 60:C5:47:89:91:A9 trust succeeded
[bluetooth]# pair 60:C5:47:89:91:A9
Attempting to pair with 60:C5:47:89:91:A9
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
[CHG] Device 60:C5:47:89:91:A9 Modalias: usb:v05ACp030Ed0160
[CHG] Device 60:C5:47:89:91:A9 UUIDs:
00001124-0000-1000-8000-00805f9b34fb
00001200-0000-1000-8000-00805f9b34fb
[CHG] Device 60:C5:47:89:91:A9 Paired: yes
Pairing successful
[CHG] Device 60:C5:47:89:91:A9 Connected: no
[bluetooth]# connect 60:C5:47:89:91:A9
Attempting to connect to 60:C5:47:89:91:A9
[CHG] Device 60:C5:47:89:91:A9 Connected: yes
Connection successful
[bluetooth]#
I had done a sudo make install of the git repo and ran the applet from /usr/local. I missed your instructions of 6 days ago to run from git source dir. sorry. got an error when running it the way you suggested most recently (output immediately below).
[blueman]$PYTHONPATH="." apps/blueman-applet
Traceback (most recent call last):
File "apps/blueman-applet", line 9, in <module>
from blueman.Constants import *
File "/home/rich/git/blueman/blueman/Constants.py", line 15, in <module>
import __builtin__
ImportError: No module named '__builtin__'
[blueman]$
which is odd, because if I load a python2 from the blueman folder, prompt and run that it comes in fine:
[blueman]$python2
Python 2.7.9 (default, Dec 11 2014, 04:42:00)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import __builtin__
>>>
and
[blueman]$PYTHONPATH="." python2
Python 2.7.9 (default, Dec 11 2014, 04:42:00)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import __builtin__
>>>
when I cloned the repo, I just ran ./configure make install ... do I need to run anything else to get it to work? py-compile?
from the git repo rather than /usr/local using the python2 prefix as instructed before:
[blueman]$ python2 apps/blueman-applet
pops up window with "Failed to apply network settings: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1. You might not be able to connect to the Bluetooth network via this machine"
it also uses the usr/lib applet, so I did not bother pasting anything in.
BlueDevil: OK, good to know. So it does not do better - probably even worse (at least you get it to connect somehow with blueman).
gnome-bluetooth: No problem, I understand that. :wink:
mouse device: If you can see the output there, everything gets set up correctly on the bluetooth side. The only issue then is that your desktop does not pick up the mouse correctly. I don't know cinnamon well, but in Xfce I got xfce4-mouse-settings which provides a very simple GUI where I can see, enable, disable, and configure all available pointer devices. You should check for something similar. You can probably do the same with the DE-independent xinput program. If you just run it, it should give you a list of all input devices that got picked up by X. Check for the trackpad there.
blueman debugging: Try PYTHONPATH="." python2 apps/blueman-applet
in the source directory.
nb...looks like there is an mtrack tweak that might help, as per here: https://github.com/BlueDragonX/xf86-input-mtrack/issues/69
connect via distro applet. cat mouse2 shows touchpad activity fine. xinput does not show trackpad though:
xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Ultimarc Button/Joystick/Trackball Interface id=9 [slave pointer (2)]
⎜ ↳ Logitech USB Optical Mouse id=13 [slave pointer (2)]
⎜ ↳ Logitech Unifying Device. Wireless PID:4004 id=14 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Ultimarc Button/Joystick/Trackball Interface id=8 [slave keyboard (3)]
↳ UVC Camera (046d:081d) id=12 [slave keyboard (3)]
here is the dmesg output
[Tue Feb 3 10:31:41 2015] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8803a8d19180
[Tue Feb 3 10:31:41 2015] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8803a8d191c8
[Tue Feb 3 10:32:54 2015] magicmouse 0005:05AC:030E.0009: unknown main item tag 0x0
[Tue Feb 3 10:32:54 2015] input: Apple Wireless Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/bluetooth/hci0/hci0:11/0005:05AC:030E.0009/input/input16
[Tue Feb 3 10:32:54 2015] magicmouse 0005:05AC:030E.0009: input,hidraw6: BLUETOOTH HID v1.60 Mouse [Apple Wireless Trackpad] on 00:0a:3a:7c:b4:d8
It also shows up in cat /proc/bus/input/devices. could this be a problem in that it is identified as a tablet rather than an HID?
I: Bus=0005 Vendor=05ac Product=030e Version=0160
N: Name="Apple Wireless Trackpad"
P: Phys=00:0a:3a:7c:b4:d8
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/bluetooth/hci0/hci0:11/0005:05AC:030E.0009/input/input16
U: Uniq=60:c5:47:89:91:a9
H: Handlers=event9 mouse2
B: PROP=5
B: EV=10001b
B: KEY=e520 10000 0 0 0 0
B: ABS=273800000000003
B: MSC=10
sudo evtest /dev/input/event9 > ~/evtest
seems to yield mouse movement.
log at http://way.net/tmp/bluman/evtest if that helps.
xorg.log has interesting stuff in it:
[ 58315.582] (II) config/udev: Adding input device Apple Wireless Trackpad (/dev/input/mouse2)
[ 58315.582] (**) Apple Wireless Trackpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 58315.582] (II) config/udev: Adding input device Apple Wireless Trackpad (/dev/input/event9)
[ 58315.582] (**) Apple Wireless Trackpad: Applying InputClass "evdev touchpad catchall"
[ 58315.582] (**) Apple Wireless Trackpad: Applying InputClass "touchpad catchall"
[ 58315.582] (**) Apple Wireless Trackpad: Applying InputClass "Default clickpad buttons"
[ 58315.582] (**) Apple Wireless Trackpad: Applying InputClass "Disable clickpad buttons on Apple touchpads"
[ 58315.582] (**) Apple Wireless Trackpad: Applying InputClass "Touchpads"
[ 58315.582] (II) LoadModule: "mtrack"
[ 58315.582] (II) Loading /usr/lib/xorg/modules/input/mtrack_drv.so
[ 58315.582] (II) Module mtrack: vendor="X.Org Foundation"
[ 58315.582] compiled for 1.15.2, module version = 0.1.0
[ 58315.582] Module class: X.Org XInput Driver
[ 58315.582] ABI class: X.Org XInput driver, version 20.0
[ 58315.582] (EE) module ABI major version (20) doesn't match the server's version (21)
[ 58315.582] (II) UnloadModule: "mtrack"
[ 58315.582] (II) Unloading mtrack
[ 58315.582] (EE) Failed to load module "mtrack" (module requirement mismatch, 0)
[ 58315.582] (EE) No input driver matching `mtrack'
mtrack works with Xorg versions up to 1.12, then changes require tweak. rebooting to try them now.
Xorg --version
yields version 1.16.3
remove device and start over with git applet: trying to load from git debug version
summary:
correct applet started and loaded in systray, but no child windows would open because import builtinerrors. I'm in way over my head here, but didn't that builtin variable/function or whatever it is (demonstrating my vast command of python concepts :)) get changed in a python upgrade? Could it be that I am running a different python2? I am on 2.7.9
will check xinput and maybe install xfce
play by play: Start applet (yay, the right one started):
[blueman]$PYTHONPATH="." python2 apps/blueman-applet
** (blueman-applet:9334): 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.
Loading configuration plugins
blueman-applet version 1.99.alpha1 starting
Stale PID, overwriting
Using GConf config backend
_________
Load (/home/rich/git/blueman/blueman/main/PluginManager.py:54)
['ExitItem', 'Headset', 'RecentConns', 'DiscvManager', 'StandardItems', 'KillSwitch', 'Menu', 'StatusIcon', 'TransferService', 'AuthAgent', 'NMPANSupport', 'Networking', 'ShowConnected', 'AppIndicator', 'PPPSupport', 'SerialManager', 'NetUsage', 'DhcpClient', 'PowerManager', 'DBusService', 'NMDUNSupport']
Using GConf config backend
_________
get_interface_version (/home/rich/git/blueman/blueman/bluez/BlueZInterface.py:8)
Detected BlueZ 5
_________
Load (/home/rich/git/blueman/blueman/main/PluginManager.py:54)
Unable to load plugin module AppIndicator
cannot import name AppIndicator3
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.StatusIcon.StatusIcon'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Menu.Menu'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.PowerManager.PowerManager'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Headset.Headset'>
Using GConf config backend
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.Networking.Networking'>
Using GConf config backend
_________
load_nap_settings (/home/rich/git/blueman/blueman/plugins/applet/Networking.py:30)
Loading NAP settings
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.DBusService.DBusService'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.NMDUNSupport.NMDUNSupport'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.ExitItem.ExitItem'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.KillSwitch.KillSwitch'>
Using GConf config backend
_________
on_load (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:25)
Using the new killswitch system
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.AuthAgent.AuthAgent'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.ShowConnected.ShowConnected'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
Not loading DhcpClient because it's conflict has higher priority
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.TransferService.TransferService'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.DiscvManager.DiscvManager'>
Using GConf config backend
_________
update_menuitems (/home/rich/git/blueman/blueman/plugins/applet/DiscvManager.py:114)
warning: Adapter is None
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.RecentConns.RecentConns'>
Using GConf config backend
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
Not loading PPPSupport because it's conflict has higher priority
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.StandardItems.StandardItems'>
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.SerialManager.SerialManager'>
Using GConf config backend
_________
__load_plugin (/home/rich/git/blueman/blueman/main/PluginManager.py:127)
loading <class 'blueman.plugins.applet.NMPANSupport.NMPANSupport'>
_________
update_state (/home/rich/git/blueman/blueman/main/KillSwitchNG.py:153)
State: True
_________
on_switch_added (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:45)
killswitch registered 0
_________
on_obex_owner_changed (/home/rich/git/blueman/blueman/plugins/applet/TransferService.py:52)
obex owner changed:
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
on_dbus_name_owner_change (apps/blueman-applet:86)
org.bluez owner changed to :1.12
_________
set_nap (/home/rich/git/blueman/blueman/plugins/applet/Networking.py:61)
set nap False
_________
register_agent (/home/rich/git/blueman/blueman/plugins/applet/AuthAgent.py:57)
Registering agent
_________
__del__ (/home/rich/git/blueman/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/home/rich/git/blueman/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7fa598b98af0 (blueman+main+Device+Device at 0x10eb300)>> ignored
_________
__del__ (/home/rich/git/blueman/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/home/rich/git/blueman/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7fa598b98b90 (blueman+main+Device+Device at 0x10ed680)>> ignored
_________
initialize (/home/rich/git/blueman/blueman/plugins/applet/RecentConns.py:138)
rebuilding menu
_________
__del__ (/home/rich/git/blueman/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/home/rich/git/blueman/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7fa598b98b90 (blueman+main+Device+Device at 0x10f0d00)>> ignored
_________
__del__ (/home/rich/git/blueman/blueman/main/Device.py:60)
deleting device None
_________
Destroy (/home/rich/git/blueman/blueman/main/Device.py:98)
invalidating device None
Exception AttributeError: "'NoneType' object has no attribute 'Signals'" in <bound method Device.__del__ of <Device object at 0x7fa598b98be0 (blueman+main+Device+Device at 0x7fa594001760)>> ignored
_________
on_obex_owner_changed (/home/rich/git/blueman/blueman/plugins/applet/TransferService.py:52)
obex owner changed: :1.107
Using GConf config backend
_________
enumerate_connections (/home/rich/git/blueman/blueman/plugins/applet/ShowConnected.py:45)
Found 0 existing connections
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
_________
on_started (/home/rich/git/blueman/blueman/main/applet/Transfer.py:72)
opp Started
_________
on_started (/home/rich/git/blueman/blueman/main/applet/Transfer.py:72)
ftp Started
_________
RequestPowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:123)
Requesting False
_________
on_power_state_change_requested (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:89)
False
_________
SetGlobalState (/home/rich/git/blueman/blueman/main/KillSwitchNG.py:143)
set False
_________
on_power_state_query (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state True
new state False
_________
UpdatePowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:151)
Signalling False
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:82)
False
turn on BT adapter:
File "/usr/local/bin/blueman-manager", line 208
def prop_changed(List, adapter, (key, value)):
^
SyntaxError: invalid syntax
_________
child_closed (/home/rich/git/blueman/blueman/Functions.py:152)
/usr/local/bin/blueman-manager closed
_________
RequestPowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:123)
Requesting True
_________
on_power_state_change_requested (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:89)
True
_________
SetGlobalState (/home/rich/git/blueman/blueman/main/KillSwitchNG.py:143)
set True
_________
on_power_state_query (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:151)
off True
foff False
on True
current state False
new state False
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:82)
True
_________
on_adapter_property_changed (/home/rich/git/blueman/blueman/plugins/applet/DiscvManager.py:87)
prop Class 260
_________
adapter_property_changed (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:201)
adapter powered on while in off state, turning bluetooth on
_________
RequestPowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:123)
Requesting True
_________
on_power_state_change_requested (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:89)
True
_________
SetGlobalState (/home/rich/git/blueman/blueman/main/KillSwitchNG.py:143)
set True
_________
on_power_state_query (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:151)
off False
foff False
on True
current state False
new state True
_________
UpdatePowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:151)
Signalling True
_________
on_power_state_query (/home/rich/git/blueman/blueman/plugins/applet/KillSwitch.py:70)
True
_________
UpdatePowerState (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:151)
off False
foff False
on True
current state True
new state True
_________
on_adapter_property_changed (/home/rich/git/blueman/blueman/plugins/applet/DiscvManager.py:87)
prop Powered 1
ERROR:dbus.proxies:Introspect error on org.blueman.Mechanism:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
_________
check (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:111)
callbacks done
_________
set_adapter_state (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:82)
True
open BT device mgr:...can't find it...try open adapters and open setup device...failed on same "import builtin" error as above, nut at least I got the right one started. I'm in way over my head here, but didn't that variable/function or whatever it is (demonstrating my vast command of python concepts :)) get changed in an python upgrade? Could it be that I am running a different python2? I am on 2.7
reboot and retry with user added to input group as per https://github.com/BlueDragonX/xf86-input-mtrack/issues/69. did not fix problem.
It also shows up in cat /proc/bus/input/devices. could this be a problem in that it is identified as a tablet rather than an HID?
I think the only tablet-related thing is the icon BlueZ reports for the device. This is done by the class_to_icon function and it resolves to icon-tablet because the device class is "Digitizer Tablet" (see https://www.bluetooth.org/en-us/specification/assigned-numbers/baseband). A digitizer tablet is a pointing device though, so it's just the icon that is a little awkward.
I guess the problem is the ABI mismatch of mtrack in you xorg.log. Did that reoccur after rebooting? You could try the device with gpm in a text terminal to see if it works in general. I think your only problem is X.
Concerning our blueman debugging it looks like the other programs (mechanism and manager) are run from the installation in /usr/local and with Python 3, which won't work yet. Please remove the installation from /usr/local. You could also try running the applet within the apps directory and using PYTHONPATH=".." python2 blueman-applet
. That could possibly prefer the local applications over the ones in /usr/local, but I'm not sure (and it could also use python 3 again :/).
Hi, Progress...manjaro does not have the arch version of mtrack in extra and the aur version, which I was using, is out of date. I uninstalled that, installed the up to date version, rebooted just for good luck from my windows days and voila, the trackpad worked! as I was breaking out the champagne, it froze and now fails. so back to blueman, I got closer to getting the debug version to run. It loads, but spawning fails with the following output:
set_adapter_state (/home/rich/git/blueman/blueman/plugins/applet/PowerManager.py:82)
True
Traceback (most recent call last):
File "/home/rich/git/blueman/blueman/plugins/applet/StandardItems.py", line 96, in on_setup_new
spawn("blueman-assistant", sn=sn)
File "/home/rich/git/blueman/blueman/Functions.py", line 176, in spawn
p = Popen(command, env=env, *args, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/rich/git/blueman/blueman/plugins/applet/StandardItems.py", line 121, in on_local_services
spawn("blueman-services", sn=sn)
File "/home/rich/git/blueman/blueman/Functions.py", line 176, in spawn
p = Popen(command, env=env, *args, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
^C
[blueman]$
OK, for some reason this is pretty hard on your system. :laughing:
Let's try to get the debug output with an installed version instead. Either get the current 117 branch or export PYTHON=python2
before running autogen.sh
. I rebased the branch against the current master which should be mostly python 3 compatible. When configured, built and installed, run /usr/local/bin/blueman-applet
and see of you get the DBG117 output.
Hi sorry fo AWOL. Real busy at work :)
$ cd ~/git
$ checkout 117
$ ./autogen.sh
$ make
$ sudo make install
$ /usr/local/bin/blueman-applet
results in
Traceback (most recent call last):
File "/usr/local/bin/blueman-applet", line 9, in <module>
from blueman.Constants import *
ImportError: No module named 'blueman'
I installed the xf86-input-mtrack driver from git today and the touchpad works. I also changed/etc/X11/Xwrapper.config to allow root logon from anybody, which seems to be what the trouble was. then login with the blueman applet followed the following somewhat confusing but correct process: find device=>input random pass key==>connect fail=rightclick from device manager choose trust, then pair, setupdevice again, thistime it gives the choice of input device or whatever the other one was, choose input device, and the trackpad connects, albeit still with the MAC address rather than the correct label. This is with the stock arch blueman applet. If you want to close this do so or let me know and I'll do it, but it seems like the process to connect still has an error in it, since I should never get the "random passkey" offer I assume. It should present "input device" as a choice, which I assume supplies the required 0000 passkey. I will keep an eye on this and will try any more testing you want if you keep it open and let me know. Otherwise, thank you for all your help. I hope I can keep the thing connected this time!
SHould I open another bug on the MAC address issue? that seems blueman specific.
Glad to hear your trackpad finally works. :smiley:
So you still do not get the input dialog for the custom passkey? Neither do you get a dialog when trying to connect the service while you did not mark the device trusted?
The name issue is not blueman related as we just take the name from BlueZ. Why do you think so? Do you get a name in other applications? You can see what BlueZ provides in the bluetoothctl tool:
Device 60:C5:47:89:91:A9
Alias: 60-C5-47-89-91-A9
For my HC-05 it looks like the following:
Device 30:14:11:27:29:46
Name: HC-05
Alias: HC-05
I don't know bluetooth well enough to know what the missing Name property means. I guess it's either some optional feature or not part of the bluetooth version the device uses. BlueZ probably just sets the name as the default alias and falls back to the address if no name is available.
But anyway, we use the Alias property and I do not see a way to get a name for your device apart from that. Note that we have a feature request to rename devices in your local list (#11), so at least the user can improve such name issues himself when that's done. Maybe I'll have a look at implementing it soon. It shouldn't be much work.
Thank you for the long support arc here and your work to get to the bottom of this. 2 days up for the trackpad! my carpal tunnel says thank you. :)
The connection procedure that worked, sort of was to trust then paair, then do setup, which either gave me (incorrectly) the "random passkey" or the (correct) "input device" prompt or both. the random passkey method often resulted in failed to add device. I don't think it needs a custom passkey, just the usual 0000, which I assume gets supplied from the "input device" prompt. ANyway, now that I got it working, I am somewhat hesitant to test it further without setting up another distro or something. I'll mark this closed, but reopen, and if you need testing, I can set up a special distro for that purpose, maybe with no python 3 installed.
on the name issue, I should take that up with Bluez I suppose dmesg shows it thus in https://github.com/blueman-project/blueman/issues/117#issuecomment-71744837 :
[Tue Jan 27 12:10:46 2015] magicmouse 0005:05AC:030E.0007: unknown main item tag 0x0
[Tue Jan 27 12:10:46 2015] input: Apple Wireless Trackpad as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/bluetooth/hci0/hci0:11/0005:05AC:030E.0007/input/input14
[Tue Jan 27 12:10:46 2015] magicmouse 0005:05AC:030E.0007: input,hidraw4: BLUETOOTH HID v1.60 Mouse [Apple Wireless Trackpad] on 00:0a:3a:7c:b4:d8
and It also shows up in cat /proc/bus/input/devices
I: Bus=0005 Vendor=05ac Product=030e Version=0160
N: Name="Apple Wireless Trackpad"
P: Phys=00:0a:3a:7c:b4:d8
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/bluetooth/hci0/hci0:11/0005:05AC:030E.0009/input/input16
U: Uniq=60:c5:47:89:91:a9
H: Handlers=event9 mouse2
B: PROP=5
B: EV=10001b
B: KEY=e520 10000 0 0 0 0
B: ABS=273800000000003
B: MSC=10
Yeah, taking the name from the HIDP as the device name is something the bluetooth kernel subsystem could do and obviously does in other cases. I guess the best you can do is file a bug against BlueZ to get some information and maybe a fix.
I'm still curious why you do not get the expected dialogs / notifications, but as long as no other user has a similar problem, I'm fine with closing this.
followup: mtrack broke again after kernal upgrade and trackpad stopped working, but uninstalling it and just using the hid_magicmouse driver fixed the problem except for the name issue, but latest blueman allows rename so I am happy.
blueman: 1.99.20141005873022f-1 BlueZ:5.24-1 Distribution: Manjaro all updated Desktop environment: Cinnamon 2.2.16-1
steps to reproduce
Attaching output ofjournalctl -n 100 (only relevant lines) and terminal out put from running in terminal. journalctl -100 (relevant lines only)
output of running blueman applet in terminal: