/usr/share/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml is in swell-foop 1:3.8.2-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id="org.gnome.swell-foop.Sizes">
<value value="0" nick="small"/>
<value value="1" nick="normal"/>
<value value="2" nick="large"/>
</enum>
<schema path="/org/gnome/swell-foop/" id="org.gnome.swell-foop" gettext-domain="gnome-games">
<key type="s" name="theme">
<default>'shapesandcolors'</default>
<summary>The theme to use</summary>
<description>The title of the tile theme to use.</description>
</key>
<key name="size" enum="org.gnome.swell-foop.Sizes">
<default>'small'</default>
<summary>Board size</summary>
<description>The size of the game board.</description>
</key>
<key type="i" name="colors">
<default>3</default>
<summary>Board color count</summary>
<description>The number of colors of tiles to use in the game.</description>
</key>
<key type="b" name="zealous">
<default>true</default>
<summary>Zealous animation</summary>
<description>Use more flashy, but slower, animations.</description>
</key>
</schema>
</schemalist>
|