mirror of https://github.com/icedream/ts3bot.git
PulseAudio: Move module-x11-publish up into the .fail section.
parent
3f837421cd
commit
dbb77b4310
|
@ -14,6 +14,12 @@ load-module module-native-protocol-unix
|
||||||
# Restore volume
|
# Restore volume
|
||||||
load-module module-volume-restore
|
load-module module-volume-restore
|
||||||
|
|
||||||
|
.ifexists module-x11-publish.so
|
||||||
|
# Publish to X11 so the clients know how to connect to Pulse. Will
|
||||||
|
# clear itself on unload.
|
||||||
|
load-module module-x11-publish
|
||||||
|
.endif
|
||||||
|
|
||||||
.nofail
|
.nofail
|
||||||
|
|
||||||
# Suspend on idle
|
# Suspend on idle
|
||||||
|
@ -21,9 +27,3 @@ load-module module-suspend-on-idle
|
||||||
|
|
||||||
# Filters... will we ever need them?
|
# Filters... will we ever need them?
|
||||||
load-module module-filter-apply
|
load-module module-filter-apply
|
||||||
|
|
||||||
.ifexists module-x11-publish.so
|
|
||||||
# Publish to X11 so the clients know how to connect to Pulse. Will
|
|
||||||
# clear itself on unload.
|
|
||||||
load-module module-x11-publish
|
|
||||||
.endif
|
|
Loading…
Reference in New Issue