[pulseaudio-commits] r2514 - /trunk/src/daemon/default.pa.in

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Wed Jun 11 10:43:17 PDT 2008


Author: lennart
Date: Wed Jun 11 19:43:08 2008
New Revision: 2514

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2514&root=pulseaudio&view=rev
Log:
enable ConsoleKit support and positioned event sounds by default

Modified:
    trunk/src/daemon/default.pa.in

Modified: trunk/src/daemon/default.pa.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/default.pa.in?rev=2514&root=pulseaudio&r1=2513&r2=2514&view=diff
==============================================================================
--- trunk/src/daemon/default.pa.in (original)
+++ trunk/src/daemon/default.pa.in Wed Jun 11 19:43:08 2008
@@ -83,7 +83,14 @@
 ### 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
-# load-module module-x11-xsmp
+#load-module module-x11-xsmp
+
+### If autoexit on idle is enabled we want to make sure we only quit
+### when no local session needs us anymore.
+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




More information about the pulseaudio-commits mailing list