Sebastian Parschauer changed bug 1004830
What Removed Added
Status RESOLVED REOPENED
Resolution INVALID ---

Comment # 13 on bug 1004830 from
I'm running GNOME and it is broken for me. So reopening.

I've even located the bug in panels/bluetooth/cc-bluetooth-panel.c:

145         if (self->priv->has_airplane_mode == FALSE) {
146                 g_debug ("No Bluetooth available");
147                 sensitive = FALSE;
148                 powered = FALSE;
149                 page = BLUETOOTH_NO_DEVICES_PAGE;
...
166         } else {
167                 g_debug ("Bluetooth is available and powered");
168                 sensitive = TRUE;
169                 powered = TRUE;
170                 page = BLUETOOTH_WORKING_PAGE;
171         }

As my workstation has no airplane mode, this will always show no devices for
me.


You are receiving this mail because: