This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.touch.sound.gschema.xml is in gsettings-ubuntu-schemas 0.0.5+16.04.20160307-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 gettext-domain="gsettings-ubuntu-touch-schemas">
    <schema path="/com/ubuntu/touch/sound/" id="com.ubuntu.touch.sound">
    <key type="b" name="silent-mode">
      <default>false</default>
      <summary>Silent mode</summary>
      <description>Whether silent mode is active or not.</description>
    </key>
    <key type="s" name="incoming-call-sound">
      <default>"/usr/share/sounds/ubuntu/ringtones/Ubuntu.ogg"</default>
      <summary>Ringtone sound for the phone application.</summary>
      <description>This sound file is played, on incoming calls, by the phone application.</description>
    </key>
    <key type="s" name="incoming-message-sound">
      <default>"/usr/share/sounds/ubuntu/notifications/Xylo.ogg"</default>
      <summary>Incoming message sound for the phone application.</summary>
      <description>This sound file is played, on incoming messages, by the phone application.</description>
    </key>
  </schema>
</schemalist>