Bluetooth blueman is not working

Hi all

I had a working Bluetooth PC, but last month the Bluetooth icon in the notification area stopped working. debugging the issue, I found the “blueman-applet“ (and in general the blueman applications) fails to start.

Launching in terminal, I got these errors:

$ blueman-applet
blueman-applet 10.10.10 WARNING PluginManager:151 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 10.10.10 WARNING PluginManager:151 __load_plugin: Not loading DhcpClient because its conflict has higher priority

Has anyone also found this? And does anyone know how to fix it?

1 Like

ps -ef | grep blue is obexd running?

user@um24:~$ ps -ef | grep blue
user        2257    1461  0 Aug27 ?        00:00:13 /usr/bin/python3 /usr/bin/blueman-applet
user        2486    1448  0 Aug27 ?        00:00:00 /usr/libexec/bluetooth/obexd
user      280375  280353  0 09:39 pts/0    00:00:00 grep --color=auto blue
user@um24:~$
3 Likes

Those are just warnings and should not be preventing it from working. Can you provide more details?

blueman-applet --loglevel debug

3 Likes