SHA256
1
0
forked from pool/gdm
gdm/default.pa
Bjørn Lie 01c8ef6303 Accepting request 1096888 from home:favogt:lessgdm
- Merge pulseaudio-gdm-hooks into the gdm package. This was previously
  part of pulseaudio.spec, which was fairly complex (dir ownership,
  separate tmpfiles, dependencies) and it also caused pulseaudio.spec
  to runtime depend on gdm. Avoid all of that by just adding it here:
  + Add default.pa
  + Add entries to gdm.tmpfiles

OBS-URL: https://build.opensuse.org/request/show/1096888
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=522
2023-07-05 13:14:38 +00:00

26 lines
663 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-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