This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.desktop.notifications.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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/desktop/notifications/" id="org.gnome.desktop.notifications" gettext-domain="gsettings-desktop-schemas">
    <key type="b" name="show-banners">
      <default>true</default>
      <summary>Show notification banners</summary>
      <description>Whether notification banners are visible for application notifications.</description>
    </key>

    <key type="b" name="show-in-lock-screen">
      <default>true</default>
      <summary>Show notifications in the lock screen</summary>
      <description>Whether notifications are shown in the lock screen or not.</description>
    </key>

    
    <key type="as" name="application-children">
      <default>[]</default>
      <summary/>
      <description/>
    </key>
  </schema>

  <schema id="org.gnome.desktop.notifications.application" gettext-domain="gsettings-desktop-schemas">
    <key type="s" name="application-id">
      <default>''</default>
      <summary>Application ID</summary>
      <description>The application that this policy is for.</description>
    </key>

    <key type="b" name="enable">
      <default>true</default>
      <summary>Enable notifications</summary>
      <description>Whether notifications are globally enabled for this application.</description>
    </key>

    <key type="b" name="enable-sound-alerts">
      <default>true</default>
      <summary>Enable sound alerts</summary>
      <description>Whether notifications should be accompanied by sound alerts.</description>
    </key>

    <key type="b" name="show-banners">
      <default>true</default>
      <summary>Show notification banners</summary>
      <description>Whether notification banners for this application are shown or not. Does not affect clicking on message tray buttons.</description>
    </key>

    <key type="b" name="force-expanded">
      <default>false</default>
      <summary>Force automatic expanding of banners</summary>
      <description>Whether notifications from this application are expanded automatically when in banner mode.</description>
    </key>

    <key type="b" name="show-in-lock-screen">
      <default>true</default>
      <summary>Show in the lock screen</summary>
      <description>Whether notifications from this application are shown when the screen is locked.</description>
    </key>

    <key type="b" name="details-in-lock-screen">
      <default>false</default>
      <summary>Show details in the lock screen</summary>
      <description>Whether the summary and body of notifications from this application will be visible in the locked screen.</description>
    </key>

  </schema>
</schemalist>