This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml is in swell-foop 1:3.28.0-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
22
23
24
25
26
27
28
29
30
31
32
33
34
<schemalist>
  <enum id="org.gnome.swell-foop.Sizes">
    <value value="0" nick="small"/>
    <value value="1" nick="normal"/>
    <value value="2" nick="large"/>
  </enum>
  <schema id="org.gnome.swell-foop" path="/org/gnome/swell-foop/" gettext-domain="swell-foop">
    <key name="theme" type="s">
      <default>'shapesandcolors'</default>
      <summary>The theme to use</summary>
      <description>The title of the tile theme to use.</description>
    </key>
    <key name="size" enum="org.gnome.swell-foop.Sizes">
      <default>'small'</default>
      <summary>Board size</summary>
      <description>The size of the game board.</description>
    </key>
    <key name="colors" type="i">
      <default>3</default>
      <summary>Board color count</summary>
      <description>The number of colors of tiles to use in the game.</description>
    </key>
    <key name="first-run" type="b">
      <default>true</default>
      <summary>Is this the first run</summary>
      <description>Setting to decide whether to show first-run hint dialog or not.</description>
    </key>
    <key name="zealous" type="b">
      <default>true</default>
      <summary>Zealous animation</summary>
      <description>Use more flashy, but slower, animations.</description>
    </key>
  </schema>
</schemalist>