Skip to content

Commit

Permalink
Disable blueman applet by default
Browse files Browse the repository at this point in the history
It is useless without bluetooth controller (most qubes), and without
loaded rfkill module (also not useful in most cases) it crashes on
start. See linked issue for details.

It is still possible to enable it via 'blueman' qvm-service.

QubesOS/qubes-issues#8161
  • Loading branch information
marmarek committed May 7, 2023
1 parent 7507db1 commit dc666a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autostart-dropins/blueman.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Desktop Entry]
Exec=/usr/lib/qubes/qvm-service-wrapper blueman blueman-applet
4 changes: 4 additions & 0 deletions qubes-rpc/post-install.d/10-qubes-core-agent-features.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ fi

qvm-features-request supported-service.meminfo-writer=1

if [ -e /etc/xdg/autostart/blueman.desktop ]; then
qvm-features-request supported-service.blueman=1
fi

# native services plugged into qubes-services with systemd drop-ins, list them
# only when actual service is installed
advertise_systemd_service() {
Expand Down

0 comments on commit dc666a8

Please sign in to comment.