The branch, patches has been updated
       via  3117863ef8395c6c1a7f61e5745438013bcac059 (commit)
      from  887a98aa80e26aa01ba73d11546e2eeeaa193ec8 (commit)


- Shortlog ------------------------------------------------------------
3117863 load module gconf earlier

Summary of changes:
 src/daemon/default.pa.in |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 3117863ef8395c6c1a7f61e5745438013bcac059
Author: Sjoerd Simons <[EMAIL PROTECTED]>
Date:   Sun Oct 19 13:39:50 2008 +0100

    load module gconf earlier

diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 27b3458..f420a36 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -72,6 +72,16 @@ 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 [EMAIL PROTECTED]@
+.nofail
+load-module module-gconf
+.fail
+.endif
+
+
 ### Automatically restore the volume of streams and devices
 load-module module-stream-restore
 load-module module-device-restore
@@ -96,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 [EMAIL PROTECTED]@
-.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.
 

-- 
pulseaudio packaging

_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to