关闭蓝牙时蓝牙指示灯消失

cha*_*lie 10 indicator bluetooth

每次我关闭蓝牙时,系统托盘中的指示器图标都会消失,而不是像预期的那样变灰。下次我需要转到设置时选择蓝牙将其打开,这会使指示器重新出现。

无论如何,我可以使指示器图标不消失但在不使用时保持灰色吗?

cha*_*lie 5

感谢 Grzegorz 朝正确方向推动。

我在那里找到了下面的集市叉。它的待审核,但似乎适用于大多数:https :
//code.launchpad.net/~robert-ancell/indicator-bluetooth/dont-hide-on-rfkill


更新:

安装说明位于:

如何在 13.10 中安装集市叉?

要使用的命令摘要:

sudo apt-get install bzr build-essential 
sudo apt-get build-dep indicator-bluetooth  
bzr branch lp:~robert-ancell/indicator-bluetooth/dont-hide-on-rfkill  
cd dont-hide-on-rfkill  
dpkg-buildpackage  
cd  
sudo dpkg -i indicator-bluetooth_0.0.6daily13.02.19-0ubuntu1_amd64.deb
Run Code Online (Sandbox Code Playgroud)

重启系统