From 2c8e665a340ff785933562ae0910d03a4437e4cc Mon Sep 17 00:00:00 2001 From: Kamil Aronowski Date: Thu, 20 Oct 2022 14:38:10 +0200 Subject: [PATCH] Blueman installation --- docs/configuration/bluetooth.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/configuration/bluetooth.md diff --git a/docs/configuration/bluetooth.md b/docs/configuration/bluetooth.md new file mode 100644 index 0000000..91add0d --- /dev/null +++ b/docs/configuration/bluetooth.md @@ -0,0 +1,13 @@ +# Graphical Bluetooth configuration + +Install the package `blueman` in the template of your `sys-usb` qube. + +``` +sudo dnf install -y blueman +``` + +Then restart the qube. From now on you should have a tray icon and be ready to connect to bluetooth devices graphically, like so: + +![](https://forum.qubes-os.org/uploads/db3820/original/2X/e/e7eb9d14ec38c6a9e3784b319866ba2b105b1621.png) + +In the picture above I had a sys-net combined to use USB devices too. The procedure stays the same.