Bugzilla – Bug 440935
bluetooth properties: power switch toggle buttons always insensitive
Last modified: 2011-04-02 18:14:26 UTC
Thanks to bug 422194, we now have a way to disable bluetooth in bluetooth-properties: there is a toggle button for power switch. However, this toggle button is always insensitive, so it's quite useless. Also, I'm wondering if it's planned to add this to the context menu of the tray icon.
The button will never sensitize if the following call: message = dbus_message_new_method_call("org.freedesktop.Hal", udi, "org.freedesktop.Hal.Device.KillSwitch", "GetPower"); fails to return something other than 0. Gathering lshal output.
Created attachment 249794 [details] Screenshot
Created attachment 249795 [details] lshal output
Danny, Seife should hal be returning a value here?
If you call a non existing interface, as it looks to me in this case, you get always 0 and a dbus_error
The version with which you had the bug is now obsolete. I'll close this as NORESPONSE. If you can still reproduce it in current 11.4, please reopen the bug and move it to the appropriate version. Thanks!