GNOME Bugzilla – Bug 709685
More fixes to airplane mode.
Last modified: 2014-02-04 21:25:19 UTC
Depend on bug 709684 for the new API in gsd. Also, patch 2 breaks string freeze, and the new string is quite bad (too long), but I can't think of anything else.
Created attachment 256767 [details] [review] AirplaneMode: don't show a "Turn off" item if HW enabled If airplane mode is enabled with an HW switch, we can't turn it off from the menu, so hide the menu item.
Created attachment 256768 [details] [review] AirplaneMode: show a different status when enabled by HW This would explain to the user why there is no "Turn off" item, and what he needs to do to turn airplane mode off.
gnome-settings-daemon patch / bug?
(In reply to comment #3) > gnome-settings-daemon patch / bug? Bug 709684 ? (i.e the one in comment 1 / depends) or do you mean something else?
Review of attachment 256767 [details] [review]: OK
Review of attachment 256768 [details] [review]: Looks good to me for master. If we want this on 3-10, we will need to ask for a string freeze break.
Review of attachment 256768 [details] [review]: ::: js/ui/status/rfkill.js @@ +57,3 @@ + + if (hwAirplaneMode) + this._item.status.text = _("Hardware Enabled"); This should be "Hardware Disabled" right? And we should probably have design feedback for this.
We discussed this on IRC yesterday. One possibility for the hardware switch case is to make the "Turn Off" menu insensitive and change the label to "Use hardware switch to turn off" or similar.
Created attachment 267453 [details] [review] AirplaneMode: don't show a "Turn off" item if HW enabled If airplane mode is enabled with an HW switch, we can't turn it off from the menu, so make the menu item insensitive and replace it with a helpful tip.
Review of attachment 267453 [details] [review]: Looks good.
Attachment 267453 [details] pushed as df3a50b - AirplaneMode: don't show a "Turn off" item if HW enabled