Skip to content

Commit

Permalink
fix: disable D-Bus requirement of WirePlumber to allow CLI image havi…
Browse files Browse the repository at this point in the history
…ng working Bluetooth
  • Loading branch information
RadxaYuntian committed Jan 23, 2024
1 parent c19a162 commit 12961d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Imported from https://forum.artixlinux.org/index.php/topic,4230.0.html
-- Needed to allow Bluetooth audio to work in CLI

-- Disable arbitration of user allowance of bluetooth via D-Bus user session
bluez_monitor.properties["with-logind"] = false
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- Imported from https://forum.artixlinux.org/index.php/topic,4230.0.html
-- Needed to allow Bluetooth audio to work in CLI

-- Disable reserving devices via D-Bus user session
alsa_monitor.properties["alsa.reserve"] = false
-- Disable use of flatpak portal integration
default_access.properties["enable-flatpak-portal"] = false

0 comments on commit 12961d5

Please sign in to comment.