/usr/share/glib-2.0/schemas/org.gnome.gthumb.rotate.gschema.xml is in gthumb-data 3:3.3.1.is.3.2.7-0ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/gthumb/rotate/" id="org.gnome.gthumb.rotate">
<key name="resize" enum="org.gnome.gthumb.GthTransformResize">
<default>'crop'</default>
</key>
<key type="b" name="keep-aspect-ratio">
<default>true</default>
</key>
<key name="grid-type" enum="org.gnome.gthumb.GthGridType">
<default>'thirds'</default>
</key>
<key type="s" name="background-color">
<default>'#000'</default>
</key>
</schema>
</schemalist>
|