Ubuntu 13.10蓝牙无法正常工作

蓝牙不工作它给出了像GDbus erro这样的错误……

我找到的一个解决方案是从应用程序中心安装Blueman,但随后我在指示器上有两个蓝牙图标,我试图删除默认的蓝牙但我不能,删除后仍然显示在那里。

我有完全相同的问题,这是我如何修复它。
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' 

然后重新启动/注销以查看结果。

我希望这有帮助

我怀疑你的蓝牙无法在13.10工作,可归因于最新内核中的一个错误。

它可以通过在下面安装一个集市叉来修复:

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 

重启系统。

详细信息是缺少蓝牙指示灯