/usr/share/glib-2.0/schemas/org.gnome.iagno.gschema.xml is in iagno 1:3.22.0-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 | <schemalist>
<enum id="org.gnome.iagno.Color">
<value value="0" nick="dark"/>
<value value="1" nick="light"/>
</enum>
<schema id="org.gnome.iagno" path="/org/gnome/iagno/" gettext-domain="iagno">
<key name="computer-level" type="i">
<default>1</default>
<range min="1" max="3" />
<summary>Computer's AI level</summary>
<description>From 1, the easiest, to 3, the hardest.</description>
</key>
<key name="num-players" type="i">
<default>1</default>
<range min="1" max="2" />
<summary>Whether to play against the computer or another human.</summary>
</key>
<key name="color" enum="org.gnome.iagno.Color">
<default>'dark'</default>
<summary>Color to play as</summary>
<description>Whether to play as Dark or Light. Ignored for two-player games.</description>
</key>
<key name="theme" type="s">
<default>'default'</default>
<summary>Theme</summary>
<description>Filename of the theme used, or "default". Are provided "adwaita.theme", "high_contrast.theme" and "sun_and_star.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="window-width" type="i">
<default>675</default>
<summary>Width of the window in pixels</summary>
</key>
<key name="window-height" type="i">
<default>550</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>
|