This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.maximus.gschema.xml is in mate-netbook 1.8.1-4+deb8u1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-netbook">
  <schema path="/org/mate/maximus/" id="org.mate.maximus">
    <key type="as" name="exclude-class">
      <default>[ 'Totem' ]</default>
      <summary>A list of exclusion strings which apply to the window class.</summary>
      <description>A list of exclusion strings which apply to the window class</description>
    </key>
    <key type="s" name="binding">
      <default>'disabled'</default>
      <summary>A binding</summary>
      <description>A binding</description>
    </key>
    <key type="b" name="undecorate">
      <default>false</default>
      <summary>Undecorate windows when maximized</summary>
      <description>Undecorate windows when maximized</description>
    </key>
    <key type="b" name="no-maximize">
      <default>true</default>
      <summary>Do not automatically maximize newly opened windows</summary>
      <description>Do not automatically maximize newly opened windows. If undecorate is set, will still undecorate maximised windows.</description>
    </key>
  </schema>
</schemalist>