summaryrefslogtreecommitdiffstats
path: root/libcanberra.schemas
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-09-26 00:52:00 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-26 00:54:12 +0200
commit6c0ffa3f480ff1d97d897128545c275f167263e8 (patch)
tree097a992e19fdc94bfc4715cf85e08058d3d0c8ee /libcanberra.schemas
parentf855a098f537fd8d4cb381f07ea5badc9646515c (diff)
Enable canberra-gtk-module via GConf
The most recent version of gnome-settings-daemon now supports activating Gtk+ modules via a GConf setting. We should be using this to activate our Gtk+ module automatically on install. Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'libcanberra.schemas')
-rw-r--r--libcanberra.schemas16
1 files changed, 16 insertions, 0 deletions
diff --git a/libcanberra.schemas b/libcanberra.schemas
new file mode 100644
index 0000000..7002844
--- /dev/null
+++ b/libcanberra.schemas
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/gnome_settings_daemon/gtk-modules/canberra-gtk-module</key>
+ <applyto>/apps/gnome_settings_daemon/gtk-modules/canberra-gtk-module</applyto>
+ <owner>libcanberra</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>GTK+ module for event sounds</short>
+ <long>This key determines the GTK+ module to load for event sound support.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>