This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.desktop.session.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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/desktop/session/" id="org.gnome.desktop.session">
    <key type="u" name="idle-delay">
      <default>300</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>"gnome"</default>
      <summary>Session type</summary>
      <description>The name of the session to use.  Known values are
      "gnome" and "gnome-fallback".</description>
    </key>
  </schema>
</schemalist>