After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613584 - [bar] always visible on XDG_DOWNLOAD_DIR, even without a Bluetooth device
[bar] always visible on XDG_DOWNLOAD_DIR, even without a Bluetooth device
Status: RESOLVED FIXED
Product: gnome-user-share
Classification: Core
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-user-share maintainers
gnome-user-share maintainers
Depends on: 615764
Blocks:
 
 
Reported: 2010-03-22 12:53 UTC by Baptiste Mille-Mathias
Modified: 2012-09-13 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Hide the share bar when Bluetooth is disabled (3.61 KB, patch)
2010-04-14 16:34 UTC, Bastien Nocera
committed Details | Review

Description Baptiste Mille-Mathias 2010-03-22 12:53:55 UTC
The bar that appears on top of XDG_DOWNLOAD_DIR view in nautilus appears even without bluetooth adapter presence.
That shouldn't happen.
Comment 1 Baptiste Mille-Mathias 2010-03-22 12:55:34 UTC
Damn,
Comment 2 Bastien Nocera 2010-03-22 13:13:26 UTC
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.
Comment 3 Bastien Nocera 2010-04-14 16:34:13 UTC
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.
Comment 4 Bastien Nocera 2010-04-14 16:39:21 UTC
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
Comment 5 Bastien Nocera 2012-09-13 15:55:36 UTC
Attachment 158733 [details] pushed as afd6102 - Hide the share bar when Bluetooth is disabled