Bluetooth UI under CentOS 7 + Cinnamon

1

I have a fresh CentOS 7 installation on a laptop with bluetooth transciever. When CentOS starts I see the 'bluetooth' service started. However, on the desktop (Cinnamon) I don't see any bluetooth icon, and there is no bluetooth applet in the menus.

I see LOTS of rpm's with 'blue' in them, and I'm not sure what to add. I just want to pair a bluetooth headset. Can someone tell me what RPM/package I need to add for some basic bluetooth control and monitoring from the system tray?

(I already have gnome-bluetooth and bluez packages installed)

TSG

Posted 2017-02-01T20:48:42.927

Reputation: 245

Answers

-2

There is a package called blueberry. It's shipped by default with Linux Mint (cinnamon). You can install it by running in the terminal:

sudo yum install blueberry.noarch -y

Worked for me on CentOS 7 - cinnamon

Micha

Posted 2017-02-01T20:48:42.927

Reputation: 1

1Can you explain more than just giving a line of code that the OP might not understand what it's doing? – Vylix – 2017-06-07T20:28:06.157