/usr/share/glib-2.0/schemas/org.gnome.Games.gschema.xml is in gnome-games-app 3.28.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 | <schemalist>
<enum id="org.gnome.Games.video-filters">
<value nick="smooth" value="0"/>
<value nick="sharp" value="1"/>
<value nick="crt" value="2"/>
</enum>
<schema path="/org/gnome/Games/" id="org.gnome.Games" gettext-domain="gnome-games">
<key name='fullscreen' type='b'>
<default>false</default>
<summary>Fullscreen</summary>
<description>Whether the games should be displayed in full screen or not.</description>
</key>
<key name='video-filter' enum='org.gnome.Games.video-filters'>
<default>'smooth'</default>
<summary>Video filter</summary>
<description>Filter for the game video output. Allowed values are: “smooth” (blurry pixels), “sharp” (blocky pixels), “crt” (CRT emulation).</description>
</key>
<key name="window-maximized" type="b">
<default>true</default>
<summary>Window maximized</summary>
<description>Window maximized state.</description>
</key>
<key name="window-size" type="(ii)">
<default>(768, 600)</default>
<summary>Window size</summary>
<description>Window size (width and height).</description>
</key>
</schema>
</schemalist>
|