GDM Patch
This commit is contained in:
18
gnome-base/gdm/files/default.pa
Normal file
18
gnome-base/gdm/files/default.pa
Normal 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
|
||||
Reference in New Issue
Block a user