/usr/share/glib-2.0/schemas/org.gnome.Patience.WindowState.gschema.xml is in aisleriot 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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.Patience.WindowState" gettext-domain="aisleriot">
<key type="b" name="maximized">
<default>false</default>
<summary>Whether the window is maximized</summary>
</key>
<key type="b" name="fullscreen">
<default>false</default>
<summary>Whether the window is fullscreen</summary>
</key>
<key type="i" name="width">
<default>-1</default>
<summary>Window width</summary>
</key>
<key type="i" name="height">
<default>-1</default>
<summary>Window height</summary>
</key>
</schema>
</schemalist>
|