]> code.delx.au - pulseaudio/commitdiff
Load module gconf earlier
authorSjoerd Simons <sjoerd@debian.org>
Sun, 19 Oct 2008 12:39:50 +0000 (13:39 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Feb 2009 03:08:51 +0000 (04:08 +0100)
This makes sure that module-default-device-restore can actually work
when GConf enables additional sinks.

Signed-off-by: Lennart Poettering <lennart@poettering.net>
src/daemon/default.pa.in

index 5d69926bdf8d551956bce47f3781f45068642117..91a1c61459b80bc76aada161b83e3709304fe6c5 100755 (executable)
@@ -77,6 +77,15 @@ load-module module-native-protocol-unix
 #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink"
 #load-module module-rtp-send source=rtp.monitor
 
+### Load additional modules from GConf settings. This can be configured with the paprefs tool.
+### Please keep in mind that the modules configured by paprefs might conflict with manually
+### loaded modules.
+.ifexists module-gconf@PA_SOEXT@
+.nofail
+load-module module-gconf
+.fail
+.endif
+
 ### Automatically restore the default sink/source when changed by the user during runtime
 load-module module-default-device-restore
 
@@ -97,15 +106,6 @@ load-module module-console-kit
 ### Enable positioned event sounds
 load-module module-position-event-sounds
 
-### Load additional modules from GConf settings. This can be configured with the paprefs tool.
-### Please keep in mind that the modules configured by paprefs might conflict with manually
-### loaded modules.
-.ifexists module-gconf@PA_SOEXT@
-.nofail
-load-module module-gconf
-.fail
-.endif
-
 # X11 modules should not be started from default.pa so that one daemon
 # can be shared by multiple sessions.