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!...')
 
 
(6 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 9: Regel 9:
 
|-
 
|-
 
|  Blueman
 
|  Blueman
| <code>sudo apt install blueman</code>
+
|
 +
* More features than Blueberry
 +
* Can be used alongside Blueberry
 +
* <code>sudo apt install blueman</code>
 +
* First impression is quite bad: Non-intuitive interface
 
|-
 
|-
 
| Blueberry
 
| Blueberry
 
|
 
|
* This is the default bluetooth manager on Linux Mint
+
* This is the default bluetooth manager for Linux Mint & Cinnamon
 
* Aka ''Bluetooth manager''
 
* Aka ''Bluetooth manager''
 +
* I find it too minimalistic
 
|-
 
|-
 
| Bluedevil
 
| Bluedevil
Regel 24: Regel 29:
 
| Blueman
 
| Blueman
 
|
 
|
 +
|-
 +
| Bluetooth Quick Connect
 +
|
 +
* This is a Gnome extension - I use Cinnamon
 +
* [https://nathandyer.me/2021/11/02/bluetooth-in-linux.html]
 
|-
 
|-
 
| Bluez-utils
 
| Bluez-utils
Regel 30: Regel 40:
 
* This might be more efficient (because I can program it) than having a traditional GUI client
 
* This might be more efficient (because I can program it) than having a traditional GUI client
 
* [https://askubuntu.com/questions/78119/bluetooth-manager-tools]
 
* [https://askubuntu.com/questions/78119/bluetooth-manager-tools]
 +
|-
 +
| Pipewire
 +
| Not a Bluetooth manager, but an improved alternative for Pulse Audio [https://nathandyer.me/2021/11/02/bluetooth-in-linux.html]
 
|}
 
|}
  
 
== Sources ==
 
== Sources ==
 +
 +
* https://nathandyer.me/2021/11/02/bluetooth-in-linux.html
 +
* https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/

Huidige versie van 5 jun 2024 om 13:20

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
  • More features than Blueberry
  • Can be used alongside Blueberry
  • sudo apt install blueman
  • First impression is quite bad: Non-intuitive interface
Blueberry
  • This is the default bluetooth manager for Linux Mint & Cinnamon
  • Aka Bluetooth manager
  • I find it too minimalistic
Bluedevil
  • Full-featured
  • Originally for KDE, but can be used on other desktop environments too
  • sudo apt install bluedevil
Blueman
Bluetooth Quick Connect
  • This is a Gnome extension - I use Cinnamon
  • [1]
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
  • [2]
Pipewire Not a Bluetooth manager, but an improved alternative for Pulse Audio [3]

Sources