/usr/share/glib-2.0/schemas/org.gnome.four-in-a-row.gschema.xml is in four-in-a-row 1:3.22.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 | <schemalist>
<schema id="org.gnome.four-in-a-row" path="/org/gnome/four-in-a-row/" gettext-domain="four-in-a-row">
<key name="opponent" type="i">
<default>1</default>
<summary>Opponent</summary>
<description>Zero is human; one through three correspond to the level of the computer player.</description>
</key>
<key name="theme-id" type="i">
<default>4</default>
<summary>Theme ID</summary>
<description>A number specifying the preferred theme.</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="key-left" type="i">
<default>65361</default>
<summary>Move left</summary>
<description>Key press to move left.</description>
</key>
<key name="key-right" type="i">
<default>65363</default>
<summary>Move right</summary>
<description>Key press to move right.</description>
</key>
<key name="key-drop" type="i">
<default>65364</default>
<summary>Drop marble</summary>
<description>Key press to drop a marble.</description>
</key>
</schema>
</schemalist>
|