This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.notifications.settings.gschema.xml is in gsettings-ubuntu-schemas 0.0.7+17.10.20170922-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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
    <schema path="/com/ubuntu/NotificationSettings/applications/" id="com.ubuntu.notifications.settings.applications">
        <key type='as' name='applications'>
            <default>[]</default>
            <summary>Applications</summary>
            <description>List of all applications registered for using notifications.</description>
        </key>
        <key type='b' name='vibrate-silent-mode'>
            <default>true</default>
            <summary>Should Vibrate When in Silent Mode</summary>
            <description>Defines if applications can use vibrations to notify when system is in silent mode.</description>
        </key>
    </schema>

    <schema id="com.ubuntu.notifications.settings">
        <key type='b' name='enable-notifications'>
            <default>true</default>
            <summary>Notifications Enabled</summary>
            <description>Defines if application can use any supported notification type. This option has precedence over others options.</description>
        </key>
        <key type='b' name='use-sounds-notifications'>
            <default>true</default>
            <summary>Sounds Notifications Enabled</summary>
            <description>Defines if application can use sounds to notify users.</description>
        </key>
        <key type='b' name='use-vibrations-notifications'>
            <default>true</default>
            <summary>Vibrations Notifications Enabled</summary>
            <description>Defines if application can use vibrations to notify users.</description>
        </key>
        <key type='b' name='use-bubbles-notifications'>
            <default>true</default>
            <summary>Bubbles Notifications Enabled</summary>
            <description>Defines if application can use Notification Bubbles to notify users.</description>
        </key>
        <key type='b' name='use-list-notifications'>
            <default>true</default>
            <summary>List Notifications Enabled</summary>
            <description>Defines if application can show messages in the Notification List.</description>
        </key>
    </schema>
</schemalist>