/usr/share/glib-2.0/schemas/org.gnome.robots.gschema.xml is in gnome-robots 1:3.8.1-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 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/robots/" id="org.gnome.robots" gettext-domain="gnome-games">
<key type="b" name="show-toolbar">
<default>true</default>
<summary>Show toolbar</summary>
<description>Show toolbar. A standard option for toolbars.</description>
</key>
<key type="s" name="theme">
<default>"robots"</default>
<summary>Robot image theme</summary>
<description>Robot image theme. The theme of the images to use for the robots.</description>
</key>
<key type="s" name="background-color">
<default>"#7590AE"</default>
<summary>Background color</summary>
<description>Background color. The hex specification of the background color.</description>
</key>
<key type="s" name="configuration">
<default>"classic_robots"</default>
<summary>Game type</summary>
<description>Game type. The name of the game variation to use.</description>
</key>
<key type="b" name="use-safe-moves">
<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 type="b" name="use-super-safe-moves">
<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 type="b" name="enable-sound">
<default>true</default>
<summary>Enable game sounds</summary>
<description>Enable game sounds. Play sounds for various events throughout the game.</description>
</key>
<key type="i" name="key00">
<default>65429</default>
<summary>Key to move NW</summary>
<description>The key used to move north-west.</description>
</key>
<key type="i" name="key01">
<default>65431</default>
<summary>Key to move N</summary>
<description>The key used to move north.</description>
</key>
<key type="i" name="key02">
<default>65434</default>
<summary>Key to move NE</summary>
<description>The key used to move north-east.</description>
</key>
<key type="i" name="key03">
<default>65430</default>
<summary>Key to move W</summary>
<description>The key used to move west.</description>
</key>
<key type="i" name="key04">
<default>65437</default>
<summary>Key to hold</summary>
<description>The key used to hold still.</description>
</key>
<key type="i" name="key05">
<default>65432</default>
<summary>Key to move E</summary>
<description>The key used to move east.</description>
</key>
<key type="i" name="key06">
<default>65436</default>
<summary>Key to move SW</summary>
<description>The key used to move south-west.</description>
</key>
<key type="i" name="key07">
<default>65433</default>
<summary>Key to move S</summary>
<description>The key used to move south.</description>
</key>
<key type="i" name="key08">
<default>65435</default>
<summary>Key to move SE</summary>
<description>The key used to move south-east.</description>
</key>
<key type="i" name="key09">
<default>65451</default>
<summary>Key to teleport</summary>
<description>The key used to teleport safely (if possible).</description>
</key>
<key type="i" name="key10">
<default>65450</default>
<summary>Key to teleport randomly</summary>
<description>The key used to teleport randomly.</description>
</key>
<key type="i" name="key11">
<default>65421</default>
<summary>Key to wait</summary>
<description>The key used to wait.</description>
</key>
<key type="i" name="window-width">
<default>720</default>
<summary>Width of the window in pixels</summary>
</key>
<key type="i" name="window-height">
<default>566</default>
<summary>Height of the window in pixels</summary>
</key>
<key type="b" name="window-is-maximized">
<default>false</default>
<summary>true if the window is maximized</summary>
</key>
<key type="b" name="window-is-fullscreen">
<default>false</default>
<summary>true if the window is fullscren</summary>
</key>
</schema>
</schemalist>
|