/usr/share/glib-2.0/schemas/org.gnome.gchemutils.paint.plugins.arrows.gschema.xml is in gchempaint 0.14.17-1ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/gchemutils/paint/plugins/arrows/" id="org.gnome.gchemutils.paint.plugins.arrows" gettext-domain="gchemutils-0.14">
<key type="b" name="full-arrows-heads">
<default>false</default>
<summary>Use full arrows heads for reversible reactions</summary>
<description>If set to true, arrows for reversible reaction steps will use full arrows heads by default instead of half heads.</description>
</key>
<key type="b" name="end-at-new-bond-center">
<default>false</default>
<summary>End mechanism arrows at center of new bonds</summary>
<description>If true, a curved arrow corresponding to a new bond will end at center of the new bond, otherwise, the arrow will end at the other atom.</description>
</key>
</schema>
</schemalist>
|