diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-14 16:41:10 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-14 16:41:10 +0000 |
commit | 8396e05ce716296377f2e4550e0c929dca30518e (patch) | |
tree | 0d718fe2e9c09c068a8b6f10559ad8f4956eec84 /data/com.canonical.indicators.sound.gschema.xml | |
parent | 2a35f9b78b75cd95090142b891c401a46eec9bf3 (diff) | |
download | ayatana-indicator-sound-8396e05ce716296377f2e4550e0c929dca30518e.tar.gz ayatana-indicator-sound-8396e05ce716296377f2e4550e0c929dca30518e.tar.bz2 ayatana-indicator-sound-8396e05ce716296377f2e4550e0c929dca30518e.zip |
gsettings all the way
Diffstat (limited to 'data/com.canonical.indicators.sound.gschema.xml')
-rw-r--r-- | data/com.canonical.indicators.sound.gschema.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/com.canonical.indicators.sound.gschema.xml b/data/com.canonical.indicators.sound.gschema.xml new file mode 100644 index 0000000..4284527 --- /dev/null +++ b/data/com.canonical.indicators.sound.gschema.xml @@ -0,0 +1,20 @@ +<schemalist> + <schema id="com.canoncial.indicators.sound" path="/apps/indicators/sound/" gettext-domain="indicator-sound"> + <key name="blacklist_entries" type="(as)"> + <default></default> + <summary>A list of applications blacklisted from the sound menu</summary> + <description> + Each media player which abides by the MPRIS2 spec will automatically appear in the menu. + This array should contain the desktop file names (minus .desktop suffix) of applications which + do not want to be included in the sound menu. + </description> + </key> + <key name="global_mute" type="b"> + <default>FALSE</default> + <summary>Initial setting for global mute (mute all) on the menu </summary> + <description> + On start up volume should not be muted. + </description> + </key> + </schema> +</schemalist> |