diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-08-09 23:47:06 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-08-09 23:47:06 +0000 |
commit | d9e44c52cb05df1134087865b1e18de8884af75b (patch) | |
tree | 43058faac39428d1504a04ddf25bc4b86128b8ce /src/daemon | |
parent | 583167722e4e2ed56de682502129d07750d738d9 (diff) |
Add X11 XSMP module for hooking into the X11 session manager, for being notified about X11 disconnects before they actually happen, so that we are not killed by the bloody xlibs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1610 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/daemon')
-rwxr-xr-x | src/daemon/default.pa.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 63ae82c9..583b26cb 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -76,6 +76,9 @@ load-module module-x11-bell sample=x11-bell ### Publish connection data in the X11 root window load-module module-x11-publish +### Register ourselves in the X11 session manager +load-module module-x11-xsmp + ### 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. |