This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml is in mate-applets-common 1.8.1+dfsg1-3.

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 gettext-domain="mate-applets">
  <schema id="org.mate.panel.applet.charpick">
    <key type="s" name="current-list">
      <default>''</default>
      <summary>Characters shown on applet startup</summary>
      <description>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</description>
    </key>
    <key type="as" name="chartable">
      <default>[]</default>
      <summary>List of available palettes</summary>
      <description>List of strings containing the available palettes.</description>
    </key>
  </schema>
</schemalist>