Files
sablink-distro/gnome-base/gdm/files/default.pa
T
Ettore Di Giacinto dda33238fc gnome-base/gdm: Revbump
See: https://bugs.gentoo.org/679526
Package-Manager: Portage-2.3.62, Repoman-2.3.12
2019-06-29 00:28:23 +02:00

19 lines
328 B
Plaintext

#!/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