aboutsummaryrefslogtreecommitdiff
path: root/data/com.canonical.indicator.sound.gschema.xml
blob: a346c0dba5267e3641021a2400abad1f5f78e0de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<schemalist>
  <schema id="com.canonical.indicator.sound" path="/com/canonical/indicator/sound/" gettext-domain="indicator-sound">
    <key name="blacklisted-media-players" type="as">
      <summary>A list of applications blacklisted from the sound menu</summary>
      <default>[]</default>
      <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="interested-media-players" type="as">
      <summary>A list of applications which at some point have registered with the sound menu</summary>
      <default>[]</default>
      <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
        have at some point appeared in the menU. This allows the menu remember and display offlined applications.
      </description>
    </key>
    <key name="preferred-media-players" type="as">
      <summary>A list of applications that will have player controls visible all the time</summary>
      <default>[ 'rhythmbox' ]</default>
      <description>
        A list of applications that will have player controls visible all the time
      </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>
    <key name="visible" type="b">
      <default>true</default>
      <summary>Whether or not to show the sound indicator in the menu bar.</summary>
      <description>
        Whether or not to show the sound indicator in the menu bar.
      </description>
    </key>
  </schema>
</schemalist>