This file is indexed.

/usr/share/glib-2.0/schemas/org.appmenu.gtk-module.gschema.xml is in appmenu-gtk-module-common 0.6.94-1.

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 id="org.appmenu.gtk-module" path="/org/appmenu/gtk-module/">
    <key name="blacklist" type="as">
      <summary>Application blacklist</summary>
      <description>List of applications where appmenu-gtk-module should be disabled.</description>
      <default>['anjuta','freeciv', 'freeciv-gtk2', 'freeciv-gtk3', 'glade','gwyddion']</default>
    </key>
    <key name="whitelist" type="as">
      <summary>Application whitelist</summary>
      <description>List of applications where appmenu-gtk-module should be enabled.</description>
      <default>[]</default>
    </key>
  </schema>
</schemalist>