/usr/share/glib-2.0/schemas/org.gnome.tetravex.gschema.xml is in gnome-tetravex 1:3.8.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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/tetravex/" id="org.gnome.tetravex" gettext-domain="gnome-games">
<key type="i" name="grid-size">
<default>3</default>
<range min="2" max="6"/>
<summary>The size of the playing grid</summary>
<description>The value of this key is used to decide the size of the playing grid.</description>
</key>
<key type="i" name="window-width">
<default>600</default>
<summary>Width of the window in pixels</summary>
</key>
<key type="i" name="window-height">
<default>400</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>
|