[pulseaudio-commits] r2179 - /branches/prepare-0.9.10/src/daemon/default.pa.in

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu Mar 27 16:47:10 PDT 2008


Author: lennart
Date: Fri Mar 28 00:47:09 2008
New Revision: 2179

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2179&root=pulseaudio&view=rev
Log:
initialize gconf module before we publish our X11 credentials -- because gconf might cause network support enabled in the first place

Modified:
    branches/prepare-0.9.10/src/daemon/default.pa.in

Modified: branches/prepare-0.9.10/src/daemon/default.pa.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/prepare-0.9.10/src/daemon/default.pa.in?rev=2179&root=pulseaudio&r1=2178&r2=2179&view=diff
==============================================================================
--- branches/prepare-0.9.10/src/daemon/default.pa.in (original)
+++ branches/prepare-0.9.10/src/daemon/default.pa.in Fri Mar 28 00:47:09 2008
@@ -80,13 +80,6 @@
 ### Load X11 bell module
 #load-module module-x11-bell sample=x11-bell
 
-### Publish connection data in the X11 root window
-.ifexists module-x11-publish at PA_SOEXT@
-.nofail
-load-module module-x11-publish
-.fail
-.endif
-
 ### Register ourselves in the X11 session manager
 # Deactivated by default, to avoid deadlock when PA is started as esd from gnome-session
 # Instead we load this via /etc/xdg/autostart/ and "pactl load-module" now
@@ -101,6 +94,13 @@
 .fail
 .endif
 
+### Publish connection data in the X11 root window
+.ifexists module-x11-publish at PA_SOEXT@
+.nofail
+load-module module-x11-publish
+.fail
+.endif
+
 ### Make some devices default
 #set-default-sink output
 #set-default-source input




More information about the pulseaudio-commits mailing list