/usr/share/glib-2.0/schemas/org.gnome.eog.plugins.fullscreenbg.gschema.xml is in eog-plugins 3.16.5-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 | <schemalist>
<schema id="org.gnome.eog.plugins.fullscreenbg" path="/org/gnome/eog/plugins/fullscreenbg/" gettext-domain="eog-plugins">
<key name="use-custom" type="b">
<default>true</default>
<summary>Use custom background settings</summary>
<description>Whether the plugin should use global settings or its own.</description>
</key>
<key name="background-color" type="s">
<default>'#000000'</default>
<summary>Background color in fullscreen mode</summary>
<description>The color that is used to fill the area behind the image. This option has effect only if use-custom is enabled.</description>
</key>
</schema>
</schemalist>
|