藍牙無法正常運作,出現類似 GDbus 錯誤之類的錯誤...
我找到的一種解決方案是從應用程式中心安裝Blueman,但隨後我的指示器上有兩個藍牙圖標,我嘗試刪除預設的藍牙,但我不能,刪除後仍然顯示在那裡。
答案1
我遇到了完全相同的問題,這就是我解決它的方法。
Blueman 以某種方式修復了預設的藍牙管理器 ( bluez
),但您將有兩個藍牙圖示
Blueman 有一個名為的插件AppIndicator
,允許它顯示在系統托盤中。
因此,您需要做的就是刪除插件的檔案(以隱藏 blueman 的托盤圖示)並使用預設的藍牙管理器 ( bluez
) 來傳輸檔案:
sudo rm '/usr/lib/python2.7/dist-packages/blueman/plugins/applet/AppIndicator.pyc'
sudo rm '/usr/lib/python2.7/dist-packages/blueman/plugins/applet/AppIndicator.py'
然後重新啟動/登出以查看結果。
我希望這有幫助
答案2
我懷疑您的藍牙在 13.10 上無法工作可能是由於最新內核中的錯誤。
可以透過安裝下面的市集叉子來修復它:
https://code.launchpad.net/~robert-ancell/indicator-bluetooth/dont-hide-on-rfkill
安裝說明位於:
使用命令總結:
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
重新啟動系統。
詳情請見缺少藍牙指示燈