This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.desktop.notifications.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
31
32
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/desktop/notifications/" id="org.cinnamon.desktop.notifications">
    <key type="b" name="fade-on-mouseover">
      <default>true</default>
      <summary>Notifications fade out</summary>
      <description>Set this to TRUE to allow notifications to fade under the mouse.</description>
    </key>

    <key type="b" name="remove-old">
      <default>false</default>
      <summary>Remove old notifications</summary>
      <description>Check this to automatically remove old notifications.</description>
    </key>

    <key type="i" name="timeout">
      <default>1800</default>
      <summary>Notification timeout</summary>
      <description>Duration to keep store a notification in persitence.</description>
    </key>
    <key type="i" name="fade-opacity">
      <default>40</default>
      <range min="0" max="100"/>
      <summary>Opacity (percent) to use when mousing over a notification</summary>
      <description>Opacity (percent) to use for notification fades</description>
    </key>
    <key type="b" name="display-notifications">
      <default>true</default>
      <summary>Whether notifications are to be displayed</summary>
    </key>
  </schema>
</schemalist>