This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml is in gsettings-desktop-schemas 3.10.1-0ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/desktop/sound/" id="org.gnome.desktop.sound">
    <key type="b" name="event-sounds">
      <default>true</default>
      <summary>Sounds for events</summary>
      <description>Whether to play sounds on user events.</description>
    </key>
    <key type="s" name="theme-name">
      <default>'freedesktop'</default>
      <summary>Sound theme name</summary>
      <description>The XDG sound theme to use for event sounds.</description>
    </key>
    <key type="b" name="input-feedback-sounds">
      <default>false</default>
      <summary>Input feedback sounds</summary>
      <description>Whether to play sounds on input events.</description>
    </key>
  </schema>
</schemalist>