/usr/share/glib-2.0/schemas/org.gnome.gthumb.image-viewer.gschema.xml is in gthumb-data 3:3.4.3-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/gthumb/image-viewer/" id="org.gnome.gthumb.image-viewer">
<key name="zoom-quality" enum="org.gnome.gthumb.GthZoomQuality">
<default>'high'</default>
</key>
<key name="zoom-change" enum="org.gnome.gthumb.GthZoomChange">
<default>'fit-size-if-larger'</default>
</key>
<key type="b" name="reset-scrollbars">
<default>true</default>
<description>Whether to reset the scrollbars position after changing image</description>
</key>
<key name="histogram-scale" enum="org.gnome.gthumb.GthHistogramScale">
<default>'linear'</default>
</key>
</schema>
</schemalist>
|