GDM Patch

This commit is contained in:
2023-03-29 01:45:15 +02:00
parent d5e710f38b
commit bd82de083c
7 changed files with 695 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#!/usr/bin/pulseaudio -nF
#
# load system wide configuration
.include /etc/pulse/default.pa
### unload driver modules for Bluetooth hardware
.nofail
.ifexists module-bluetooth-policy.so
unload-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
unload-module module-bluetooth-discover
.endif
.fail