This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.sound.gschema.xml is in mate-desktop-common 1.20.1-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<schemalist gettext-domain="mate-desktop">
  <schema id="org.mate.sound" path="/org/mate/desktop/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>