/usr/share/glib-2.0/schemas/app.gtkhash.gschema.xml is in gtkhash 0.7.0-2.
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 30 31 32 33 34 35 36 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="apps.gtkhash" path="/apps/gtkhash/">
<key name="digest-format" type="s">
<choices>
<choice value='hex-lower' />
<choice value='hex-upper' />
<choice value='base64' />
</choices>
<default>'hex-lower'</default>
</key>
<key name="hash-functions" type="as">
<default>[ 'MD5', 'SHA1', 'SHA256' ]</default>
</key>
<key name="show-toolbar" type="b">
<default>true</default>
</key>
<key name="view" type="s">
<choices>
<choice value='file' />
<choice value='text' />
<choice value='file-list' />
</choices>
<default>'file'</default>
</key>
<key name="window-height" type="i">
<default>0</default>
</key>
<key name="window-max" type="b">
<default>false</default>
</key>
<key name="window-width" type="i">
<default>0</default>
</key>
</schema>
</schemalist>
|