diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
commit | b3c5129a02e6d2ef18bcc2abf2bb003185cf2619 (patch) | |
tree | 460b9e5143ed4324c3a9983b93c37acb5b4fbfa5 /schemas/org.mate.sound.gschema.xml.in | |
parent | 3873b9ff75a839ec85694b987da788ab254ec519 (diff) | |
download | mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.bz2 mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.xz |
delete old .in schemasmate-desktop-1.5.0
Diffstat (limited to 'schemas/org.mate.sound.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.sound.gschema.xml.in | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/schemas/org.mate.sound.gschema.xml.in b/schemas/org.mate.sound.gschema.xml.in deleted file mode 100644 index 7905007..0000000 --- a/schemas/org.mate.sound.gschema.xml.in +++ /dev/null @@ -1,34 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.sound" path="/desktop/mate/sound/"> - <key name="default-mixer-device" type="s"> - <default>''</default> - <_summary>Default mixer device</_summary> - <_description>The default mixer device used by the multimedia key bindings.</_description> - </key> - <key name="default-mixer-tracks" type="as"> - <default>[]</default> - <_summary>Default mixer tracks</_summary> - <_description>The default mixer tracks used by the multimedia key bindings.</_description> - </key> - <key name="enable-esd" type="b"> - <default>false</default> - <_summary>Enable ESD</_summary> - <_description>Enable sound server startup.</_description> - </key> - <key name="event-sounds" type="b"> - <default>false</default> - <_summary>Sounds for events</_summary> - <_description>Whether to play sounds on user events.</_description> - </key> - <key name="theme-name" type="s"> - <default>'freedesktop'</default> - <_summary>Sound theme name</_summary> - <_description>The XDG sound theme to use for event sounds.</_description> - </key> - <key name="input-feedback-sounds" type="b"> - <default>false</default> - <_summary>Input feedback sounds</_summary> - <_description>Whether to play sounds on input events.</_description> - </key> - </schema> -</schemalist> |