有谁知道如何让蓝牙工作?我已经阅读了很多关于这个特定错误的信息,有人说它已在 16.04 中修复,但我仍然受到影响(Dell XPS 15 9550,Ubuntu 16.04 全新安装)
~$ uname -r
4.4.0-22-generic
~$ sudo service bluetooth status -l
? bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since mar 2016-05-17 12:39:44 CEST; 12min ago
Docs: man:bluetoothd(8)
Main PID: 3459 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 512)
CGroup: /system.slice/bluetooth.service
??3459 /usr/lib/bluetooth/bluetoothd
mag 17 12:39:44 xxx bluetoothd[3459]: Not enough free handles to register service
mag 17 12:39:44 xxx bluetoothd[3459]: Not enough free handles to register service …Run Code Online (Sandbox Code Playgroud) 我已经在 Ubuntu 13.04 x64bit 上安装了 BlueGriffon。我已通过创建“bluegriffon.desktop”文件将其添加到 Unity Launcher。现在我想直接从终端启动 bluegriffon;假设 prgram 文件夹在路径上/home/username/programs/bluegriffon并假设 laucher 的文件名是bluegriffon,我必须添加哪些代码.bashrc和.profile?
注意:我尝试将 PATH 添加到.profile,但它不起作用。