This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.session.gschema.xml is in mate-session-manager 1.8.1-8.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/mate/desktop/session/" id="org.mate.session">
    <key type="i" name="session-start">
      <default>0</default>
      <summary>Current session start time</summary>
      <description>Unix time of the start of the current session.</description>
    </key>
    <key type="b" name="auto-save-session">
      <default>false</default>
      <summary>Save sessions</summary>
      <description>If enabled, mate-session will save the session automatically.</description>
    </key>
    <key type="b" name="logout-prompt">
      <default>true</default>
      <summary>Logout prompt</summary>
      <description>If enabled, mate-session will prompt the user before ending a session.</description>
    </key>
    <key type="i" name="idle-delay">
      <default>5</default>
      <summary>Time before session is considered idle</summary>
      <description>The number of minutes of inactivity before the session is considered idle.</description>
    </key>
    <key type="as" name="default-session">
      <default>[ 'mate-settings-daemon' ]</default>
      <summary>Default session</summary>
      <description>List of applications that are part of the default session.</description>
    </key>
    <key type="as" name="required-components-list">
      <default>[ 'windowmanager', 'panel', 'filemanager' ]</default>
      <summary>Required session components</summary>
      <description>List of components that are required as part of the session. (Each element names a key under "/org/mate/desktop/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed.</description>
    </key>
    <key type="as" name="gnome-compat-startup">
      <default>[ 'keyring', 'smproxy' ]</default>
      <summary>Control gnome compatibility component startup</summary>
      <description>Control which compatibility components to start.</description>
    </key>
    <child schema="org.mate.session.required-components" name="required-components"/>
  </schema>
  <schema path="/org/mate/desktop/session/required-components/" id="org.mate.session.required-components">
    <key type="s" name="windowmanager">
      <default>'marco'</default>
      <summary>Window Manager</summary>
      <description>The window manager is the program that draws the title bar and borders around windows, and allows you to move and resize windows.</description>
    </key>
    <key type="s" name="panel">
      <default>'mate-panel'</default>
      <summary>Panel</summary>
      <description>The panel provides the bar at the top or bottom of the screen containing menus, the window list, status icons, the clock, etc.</description>
    </key>
    <key type="s" name="filemanager">
      <default>'caja'</default>
      <summary>File Manager</summary>
      <description>The file manager provides the desktop icons and allows you to interact with your saved files.</description>
    </key>
  </schema>
</schemalist>