This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.desktop.session.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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/desktop/session/" id="org.cinnamon.desktop.session">
    <key type="u" name="idle-delay">
      <default>600</default>
      <summary>Time before session is considered idle</summary>
      <description>The number of seconds of inactivity before the session is considered idle.</description>
    </key>
    <key type="s" name="session-name">
      <default>"cinnamon"</default>
      <summary>Session type</summary>
      <description>The name of the session to use.  Known values are
      "gnome" and "gnome-fallback".</description>
    </key>
    <key type="b" name="screensaver-uses-logind">
      <default>false</default>
      <summary>Whether or not cinnamon-screensaver listens to logind to lock/unlock itself</summary>
      <description>If true, it listens to logind. Otherwise it listens to consolekit.</description>
    </key>
    <key type="b" name="session-manager-uses-logind">
      <default>false</default>
      <summary>Whether or not cinnamon-session uses logind to suspend/hibernate/shutdown/restart (usually from the shutdown dialog)</summary>
      <description>If true, it uses logind. Otherwise it uses consolekit to shutdown/restart and upower to suspend/hibernate. It is only compatible with upower 0.9 and lower versions (not 0.99 or later).</description>
    </key>
    <key type="b" name="settings-daemon-uses-logind">
      <default>false</default>
      <summary>Whether or not cinnamon-settings-daemon uses logind to suspend/hibernate/shutdown (either from media-keys or power-manager)</summary>
      <description>If true, it uses logind for all three actions. Otherwise it uses consolekit for shutdown and upower for suspend/hibernate.</description>
    </key>
  </schema>
</schemalist>