aboutsummaryrefslogtreecommitdiff
path: root/data/com.canonical.indicators.sound.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/com.canonical.indicators.sound.gschema.xml')
-rw-r--r--data/com.canonical.indicators.sound.gschema.xml20
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>