PulseAudio: Move module-x11-publish up into the .fail section.

pull/5/head
Icedream 2015-11-03 01:05:18 +01:00
parent 3f837421cd
commit dbb77b4310
1 changed files with 7 additions and 7 deletions

View File

@ -14,6 +14,12 @@ load-module module-native-protocol-unix
# Restore volume
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
# Suspend on idle
@ -21,9 +27,3 @@ load-module module-suspend-on-idle
# Filters... will we ever need them?
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