This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.taquin.gschema.xml is in gnome-taquin 3.22.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
35
36
37
38
39
40
<schemalist>
  <enum id="org.gnome.taquin.GameType">
    <value value="0" nick="fifteen"/>
    <value value="1" nick="sixteen"/>
  </enum>

  <schema id="org.gnome.taquin" path="/org/gnome/taquin/" gettext-domain="gnome-taquin">
    <key name="type" enum="org.gnome.taquin.GameType">
      <default>'fifteen'</default>
    </key>
    <key name="size" type="i">
      <default>4</default>
      <range min="2" max="9"/>
      <summary>Number of tiles on each edge.</summary>
      <description>The game offers to play with a board size from 3 to 5. The setting could be set from 2 (good for testing) to 9, limited by the way files are selected.</description>
    </key>
    <key name="theme" type="s">
      <default>'cats'</default>
      <summary>Name of the theme folder.</summary>
      <description>Taquin has two default themes: 'cats' and 'numbers'.</description>
    </key>
    <key name="sound" type="b">
      <default>true</default>
      <summary>Sound</summary>
      <description>Whether or not to play event sounds.</description>
    </key>
    <key name="window-width" type="i">
      <default>540</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>