This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.NotificationDaemon.gschema.xml is in mate-notification-daemon 1.8.1-3.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-notification-daemon">
  <schema path="/org/mate/notification-daemon/" id="org.mate.NotificationDaemon">
    <key type="s" name="popup-location">
      <default>'top_right'</default>
      <summary>Popup location</summary>
      <description>Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right"</description>
    </key>
    <key type="b" name="use-active-monitor">
      <default>true</default>
      <summary>Use Active Monitor</summary>
      <description>Display the notification on the active monitor.</description>
    </key>
    <key type="i" name="monitor-number">
      <default>0</default>
      <summary>Monitor</summary>
      <description>Monitor to display the notification. Allowed values: -1 (display on active monitor) and 0 to n - 1 where n is the number of monitors.</description>
    </key>
    <key type="s" name="theme">
      <default>'nodoka'</default>
      <summary>Current theme</summary>
      <description>The theme used when displaying notifications.</description>
    </key>
    <key type="b" name="sound-enabled">
      <default>true</default>
      <summary>Sound Enabled</summary>
      <description>Turns on and off sound support for notifications.</description>
    </key>
    <key type="s" name="default-sound">
      <default>''</default>
      <summary>Default Sound</summary>
      <description>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound.</description>
    </key>
  </schema>
</schemalist>