Indicator disappears entirely when disabling / turning off bluetooth
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-bluetooth (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Bug 1116289 made the BT indicator disappear when there is no hardware. However, with that version I now also have it disappear when my existing BT hardware is merely disabled. I. e. I disable BT from the indicator, then it disappears, leaving me no obvious method to turn it back on again. I can re-enabble it in control-center, and then the indicator comes back.
I think when it sees no actual BT hardware it ought to check rfkill whether there is disabled BT hardware:
$ grep -r . /sys/class/
/sys/class/
/sys/class/
/sys/class/
/sys/class/
After disabling BT from the indicator, "soft" changes to 1:
$ grep -r . /sys/class/
/sys/class/
/sys/class/
/sys/class/
/sys/class/
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: indicator-bluetooth 0.0.6-0ubuntu1
ProcVersionSign
Uname: Linux 3.8.0-6-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Fri Feb 15 12:08:26 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-02-08 (7 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130207.1)
MarkForUpload: True
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: indicator-bluetooth
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Charles Kerr (community): Needs Fixing
-
Diff: 427 lines (+411/-0) (has conflicts)1 file modifiedsrc/service.vala (+411/-0)
- Sebastien Bacher: Disapprove
- PS Jenkins bot (community): Approve (continuous-integration)
- Indicator Applet Developers: Pending requested
-
Diff: 17 lines (+6/-1)1 file modifiedsrc/indicator-bluetooth-service.vala (+6/-1)
- PS Jenkins bot (community): Approve (continuous-integration)
- Lars Karlitski (community): Approve
-
Diff: 143 lines (+37/-7)4 files modifiedsrc/bluetooth.vala (+3/-0)
src/bluez.vala (+22/-1)
src/desktop.vala (+2/-2)
src/profile.vala (+10/-4)
Changed in indicator-bluetooth (Ubuntu): | |
importance: | Undecided → Medium |
tags: | added: saucy |
summary: |
- 0.0.6 regression: disappears entirely when disabling BT + Indicator disappears entirely when disabling / turning off bluetooth |
tags: | added: trusty |
Note that "sudo hcitool dev" and /sys/class/ bluetooth/ are both empty once the soft rfkill is enabled. I assume it's only looking at sysfs, not rfkill?