This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.desktop.sound.gschema.xml is in cinnamon-desktop-data 3.2.4-4.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/desktop/sound/" id="org.cinnamon.desktop.sound">
    <key type="b" name="event-sounds">
      <default>false</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>
    <key type="b" name="volume-sound-enabled">
      <default>false</default>
      <summary>Whether to play a sound when the volume is changed</summary>
      <description>Whether to play a sound when the volume is changed.</description>
    </key>    
    <key type="s" name="volume-sound-file">
      <default>""</default>
      <summary>Which sound to play when the volume is changed</summary>
      <description>Which sound to play when the volume is changed.</description>
    </key>     
  </schema>
</schemalist>