This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.system-tools.gschema.xml is in mate-system-tools-common 1.8.1+dfsg1-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/mate/system-tools/users/" id="org.mate.system-tools.users">
    <key type="b" name="showall">
      <default>false</default>
      <summary>Show system users</summary>
      <description>Whether the users-admin tool should show system users in the users list.</description>
    </key>
    <key type="b" name="showroot">
      <default>false</default>
      <summary>Show root user</summary>
      <description>Whether the users-admin tool should show the root user in the users list.</description>
    </key>
  </schema>
</schemalist>