This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.2048.gschema.xml is in gnome-2048 3.26.1-3build1.

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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<schemalist gettext-domain="gnome-2048">
  <schema id="org.gnome.2048" path="/org/gnome/2048/">
    <key name="window-width" type="i">
      <default>600</default>
      <summary>Window width</summary>
      <description>Window width.</description>
    </key>
    <key name="window-height" type="i">
      <default>600</default>
      <summary>Window height</summary>
      <description>Window height.</description>
    </key>
    <key name="window-maximized" type="b">
      <default>false</default>
      <summary>Window maximized</summary>
      <description>Window maximization state.</description>
    </key>
    <key name="rows" type="i">
      <default>4</default>
      <summary>Number of rows</summary>
      <description>Game grid number of rows.</description>
    </key>
    <key name="cols" type="i">
      <default>4</default>
      <summary>Number of columns</summary>
      <description>Game grid number of columns.</description>
    </key>
    <key name="target-value" type="i">
      <default>2048</default>
      <summary>Target value</summary>
      <description>Tile value at which user is congratulated.</description>
    </key>
    <key name="do-congrat" type="b">
      <default>true</default>
      <summary>Congrat on target tile</summary>
      <description>Whether the user shall be congratulated on obtaining target tile.</description>
    </key>
    <key name="animations-speed" type="d">
      <default>100.0</default>
      <summary>Animations speed</summary>
      <description>Duration of animations: show tile, move tile, and dim tile.</description>
    </key>
    <key name="allow-undo" type="b">
      <default>false</default>
      <summary>Allow undo</summary>
      <description>Whether tile movements can be undone.</description>
    </key>
    <key name="allow-undo-max" type="i">
      <default>10</default>
      <summary>Number of undo movements</summary>
      <description>Maximum number of tile movements that can be undone.</description>
    </key>
  </schema>
</schemalist>