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 753424 - Add Bluetooth status icon
Add Bluetooth status icon
Status: RESOLVED FIXED
Product: gnome-flashback
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Flashback Maintainers
GNOME Flashback Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-09 20:49 UTC by Balló György
Modified: 2015-09-12 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Standalone Bluetooth systray applet (5.62 KB, application/javascript)
2015-08-09 20:49 UTC, Balló György
Details

Description Balló György 2015-08-09 20:49:22 UTC
Created attachment 308983 [details]
Standalone Bluetooth systray applet

The Bluetooth status applet for GNOME fallback mode was provided by the gnome-bluetooth project, but it was dropped later:
https://git.gnome.org/browse/gnome-bluetooth/commit/?id=c54e93e4310342ffce13e15b5a1b9a6ee9500a05

The Bluetooth handling code has been changed a lot, so we can't use this dropped code as is.

GNOME Shell has its own Bluetooth status indicator front-end implemented in bluetooth.js:
https://git.gnome.org/browse/gnome-shell/tree/js/ui/status/bluetooth.js

I ported GNOME Shell's implementation to a standalone systray applet, which is suitable for use within the GNOME Flashback session, we just need to autostart it.
Comment 1 Alberts Muktupāvels 2015-08-09 21:01:07 UTC
Thanks for looking/working on this problem. :) But I really would like to see this done as libbluetooth and libpower (bug 753425) just like other things in gnome-flashback module.
Comment 2 Balló György 2015-08-09 21:12:35 UTC
It would be too difficult for me to port this code from JavaScript to C, so I can't do it right now.
Comment 3 Alberts Muktupāvels 2015-09-10 00:02:35 UTC
Thanks for initial version. :) I changed to not show status icon if devices are 0.
Comment 4 Balló György 2015-09-12 13:28:39 UTC
Currently it looks good. Thank you very much! :)