af64dda064
- Update pulseaudio-gdm-hooks.tmpfiles to use the same ownership and permissions as in specfile for pulseaudio files. - Update default.pa-for-gdm to not load bluetooth support in pulseaudio gdm instance. This ensure headset are not stolen by gdm instance instead of user instance. Idea from ArchLinux. - Update pulseaudio-old-systemd-workaround.patch to disable LockPersonality also on Leap 15.x. OBS-URL: https://build.opensuse.org/request/show/735898 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=214
27 lines
697 B
Plaintext
27 lines
697 B
Plaintext
load-module module-device-restore
|
|
load-module module-card-restore
|
|
load-module module-udev-detect
|
|
load-module module-native-protocol-unix
|
|
load-module module-default-device-restore
|
|
load-module module-rescue-streams
|
|
load-module module-always-sink
|
|
load-module module-intended-roles
|
|
load-module module-suspend-on-idle
|
|
load-module module-console-kit
|
|
load-module module-position-event-sounds
|
|
|
|
### unload driver modules for Bluetooth hardware
|
|
### this ensure Bluetooth headset are not stolen by gdm pulseaudio instance
|
|
.nofail
|
|
|
|
.ifexists module-bluetooth-policy.so
|
|
unload-module module-bluetooth-policy
|
|
.endif
|
|
|
|
.ifexists module-bluetooth-discover.so
|
|
unload-module module-bluetooth-discover
|
|
.endif
|
|
|
|
.fail
|
|
|