This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.tali.gschema.xml is in tali 1:3.22.0-2.

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
<schemalist>
  <schema id="org.gnome.tali" path="/org/gnome/tali/" gettext-domain="tali">
    <key name="number-of-computer-opponents" type="i">
      <default>3</default>
    </key>
    <key name="number-of-human-opponents" type="i">
      <default>1</default>
    </key>
    <key name="delay-between-rolls" type="b">
      <default>false</default>
      <summary>Delay between rolls</summary>
      <description>Choose whether or not to insert a delay between the computer's dice rolls so the player can follow what it is doing.</description>
    </key>
    <key name="display-computer-thoughts" type="b">
      <default>false</default>
      <summary>Display the computer's thoughts</summary>
      <description>If set to true, a dump of the AI's working will be done to standard output.</description>
    </key>
    <key name="player-names" type="as">
      <default l10n="messages" context="PlayerNames">[ 'Human', 'Wilber', 'Bill', 'Monica', 'Kenneth', 'Janet' ]</default>
    </key>
    <key name="game-type" type="s">
      <default l10n="messages" context="GameType">'Regular'</default>
    </key>
    <key name="monte-carlo-trials" type="i">
      <default>0</default>
    </key>
  </schema>
</schemalist>