Bluetooth managers (Linux Mint): verschil tussen versies

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met 'I don't like the default bluetooth manager on Linux Mint: It requires too many clicks to reconnect the one headphone that I use all the time. This should be easier!...')
 
Regel 33: Regel 33:
  
 
== Sources ==
 
== Sources ==
 +
 +
* https://nathandyer.me/2021/11/02/bluetooth-in-linux.html

Versie van 5 jun 2024 12:22

I don't like the default bluetooth manager on Linux Mint: It requires too many clicks to reconnect the one headphone that I use all the time. This should be easier!

Inventory

Bluetooth managers for Linux Mint
Name Remarks
Blueman sudo apt install blueman
Blueberry
  • This is the default bluetooth manager on Linux Mint
  • Aka Bluetooth manager
Bluedevil
  • Full-featured
  • Originally for KDE, but can be used on other desktop environments too
  • sudo apt install bluedevil
Blueman
Bluez-utils
  • Set of command-line tools for Bluetooth
  • This might be more efficient (because I can program it) than having a traditional GUI client
  • [1]

Sources