This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.robots.gschema.xml is in gnome-robots 1:3.14.1-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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<schemalist>
  <schema id="org.gnome.robots" path="/org/gnome/robots/" gettext-domain="gnome-robots">
    <key name="show-toolbar" type="b">
      <default>true</default>
      <summary>Show toolbar</summary>
      <description>Show toolbar. A standard option for toolbars.</description>
    </key>
    <key name="theme" type="s">
      <default>"robots.svg"</default>
      <summary>Robot image theme</summary>
      <description>Robot image theme.  The theme of the images to use for the robots.</description>
    </key>
    <key name="background-color" type="s">
      <default>"#7590AE"</default>
      <summary>Background color</summary>
      <description>Background color.  The hex specification of the background color.</description>
    </key>
    <key name="configuration" type="s">
      <default>"classic_robots"</default>
      <summary>Game type</summary>
      <description>Game type.  The name of the game variation to use.</description>
    </key>
    <key name="use-safe-moves" type="b">
      <default>true</default>
      <summary>Use safe moves</summary>
      <description>Use safe moves.  The safe moves option will help you to avoid being killed due to a mistake. If you try to make a move that would lead to your death when there is a safe move available you will not be allowed to proceed.</description>
    </key>
    <key name="use-super-safe-moves" type="b">
      <default>true</default>
      <summary>Use super safe moves</summary>
      <description>Use super safe moves.  The player is alerted when there is no safe move and the only option is to teleport out.</description>
    </key>
    <key name="enable-sound" type="b">
      <default>true</default>
      <summary>Enable game sounds</summary>
      <description>Enable game sounds.   Play sounds for various events throughout the game.</description>
    </key>
    <key name="key00" type="i">
      <default>121</default>
      <summary>Key to move NW</summary>
      <description>The key used to move north-west.</description>
    </key>
    <key name="key01" type="i">
      <default>107</default>
      <summary>Key to move N</summary>
      <description>The key used to move north.</description>
    </key>
    <key name="key02" type="i">
      <default>117</default>
      <summary>Key to move NE</summary>
      <description>The key used to move north-east.</description>
    </key>
    
    <key name="key03" type="i">
      <default>104</default>
      <summary>Key to move W</summary>
      <description>The key used to move west.</description>
    </key>
    <key name="key04" type="i">
      <default>32</default>
      <summary>Key to hold</summary>
      <description>The key used to hold still.</description>
    </key>
    <key name="key05" type="i">
      <default>108</default>
      <summary>Key to move E</summary>
      <description>The key used to move east.</description>
    </key>
    <key name="key06" type="i">
      <default>98</default>
      <summary>Key to move SW</summary>
      <description>The key used to move south-west.</description>
    </key>
    <key name="key07" type="i">
      <default>106</default>
      <summary>Key to move S</summary>
      <description>The key used to move south.</description>
    </key>
    <key name="key08" type="i">
      <default>110</default>
      <summary>Key to move SE</summary>
      <description>The key used to move south-east.</description>
    </key>
    <key name="window-width" type="i">
      <default>720</default>
      <summary>Width of the window in pixels</summary>
    </key>
    <key name="window-height" type="i">
      <default>566</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>