Blueman
Blueman is a full featured Bluetooth manager written in GTK+. Blueman versions 1.23 and below were developed on launchpad.net and used the, now unmaintained, Bluez4 bluetooth stack. In November 2013, Blueman development moved to Github. As of version 2.0, Blueman has full support for the Bluez5 Bluetooth stack.
Contents
Installation
Install either blueman or blueman-gitAUR (the development version).
Be sure to enable the Bluetooth daemon and start Blueman with blueman-applet
. A graphical settings panel can be launched with blueman-manager
.
Usage
Autostarting
The following autostart file should have been created: /etc/xdg/autostart/blueman.desktop
. This means that Blueman should be autostarted with most desktop environments without manual intervention. See the article for your desktop environment or window manager as well as the Autostarting article for further information on autostarting.
Permissions
To receive files remember to right click on the Blueman tray icon > Local Services > Transfer > File Receiving (Object Push) and tick the Accept files from trusted devices box.
To be able to manage devices, you might need to add your user to the lp
group, else you might receive the following error when connecting to a device: DBusFailedError: No such file or directory
. This is because the user needs to be authorized to communicate with the bluetooth daemon via D-Bus - the lp
group is specified in /etc/dbus-1/system.d/bluetooth.conf
. For information on adding a user to a group, see Users and groups#Other examples of user management.
Mounting Bluetooth devices
The instructions below describe a method for using different file managers with Blueman. The examples in this section focus on Thunar. If you are using a different file manager, substitute thunar with the name of the file manager you are using.
obex_thunar.sh
#!/bin/bash fusermount -u ~/bluetooth obexfs -b $1 ~/bluetooth thunar ~/bluetooth
Now you will need to move the script to an appropriate location (e.g., /usr/local/bin
). After that, mark it as executable:
# chmod +x /usr/local/bin/obex_thunar.sh
The last step is to change the line in Blueman tray icon > Local Services > Transfer > Advanced to obex_thunar.sh %d
.
Blueman and PulseAudio
Users who want to use PulseAudio with a Bluetooth headset may want to activate the PulseAudio plugin of Blueman. This automatically loads PulseAudio Bluetooth module after audio device is connected and plays all audio through the Bluetooth headset.
Troubleshooting
Blueman applet does not start
If blueman-applet fails to start, try removing the entire /var/lib/bluetooth
directory and restarting the machine (or just the dbus and bluetooth services).
# rm -rf /var/lib/bluetooth $ systemctl reboot
If you see a notification saying Incoming file over Bluetooth
then this means that the device isn't marked as trusted. Mark it as trusted and try sending the file again.
No adapters detected
If your Bluetooth applet or manager doesn't show or detect any Bluetooth adapter, you might be missing rfkill. Restart might be required.
See also
- Blueman development, on GitHub