-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable D-Bus requirement of WirePlumber to allow CLI image havi…
…ng working Bluetooth
- Loading branch information
1 parent
c19a162
commit 12961d5
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
radxa-system-config-bookworm/usr/share/wireplumber/bluetooth.lua.d/80-disable-logind.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
7 changes: 7 additions & 0 deletions
7
radxa-system-config-bookworm/usr/share/wireplumber/main.lua.d/80-disable-dbus.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |