This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.klotski.gschema.xml is in gnome-klotski 1:3.18.2-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
16
17
18
19
20
21
<schemalist>
  <schema id="org.gnome.klotski" path="/org/gnome/klotski/" gettext-domain="gnome-klotski">
    <key name="level" type="i">
      <default>0</default>
      <summary>The puzzle in play</summary>
      <description>The number of the puzzle being played.</description>
    </key>
    <key name="window-width" type="i">
      <default>600</default>
      <summary>Width of the window in pixels</summary>
    </key>
    <key name="window-height" type="i">
      <default>500</default>
      <summary>Height of the window in pixels</summary>
    </key>
    <key name="window-is-maximized" type="b">
      <default>false</default>
      <summary>true if the window is maximized</summary>
    </key>
  </schema>
</schemalist>