GNOME Bugzilla – Bug 613584
[bar] always visible on XDG_DOWNLOAD_DIR, even without a Bluetooth device
Last modified: 2012-09-13 15:55:41 UTC
The bar that appears on top of XDG_DOWNLOAD_DIR view in nautilus appears even without bluetooth adapter presence. That shouldn't happen.
Damn,
Should be straight forward, using BluetoothClient's "default-adapter" property. Want to cook up a patch? You need to make sure that the bar would appear when adding/removing the bluetooth device.
Created attachment 158733 [details] [review] Hide the share bar when Bluetooth is disabled So we don't tell the user they can share via Bluetooth when they don't have a Bluetooth adapter.
A couple of things: - This doesn't work properly in nautilus, because it won't hide the helper bar completely when the only bar inside it is hidden. Will file a bug. - We should change the message when Bluetooth is disabled
Attachment 158733 [details] pushed as afd6102 - Hide the share bar when Bluetooth is disabled