summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-05 04:14:30 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-05 04:14:30 +0100
commit9f39a44488644e8d54e9c8a4096abf2d39040c1f (patch)
treebfe4fb1be1cf72c89bb40edde1fcda6e229d0434 /src/daemon
parentd6201cfc3ac2c16a4a0fc942be31ce753b9770bd (diff)
add new module-augment-properties module for augmenting properties from .desktop files
Diffstat (limited to 'src/daemon')
-rwxr-xr-xsrc/daemon/default.pa.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 91a1c614..2606190f 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -34,6 +34,10 @@ load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
+### Automatically augment property information from .desktop files
+### stored in /usr/share/application
+load-module module-augment-properties
+
### Load audio drivers statically (it's probably better to not load
### these drivers manually, but instead use module-hal-detect --
### see below -- for doing this automatically)