/usr/share/glib-2.0/schemas/org.gnome.gchemutils.gschema.xml is in libgcu0v5 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/gchemutils/" id="org.gnome.gchemutils" gettext-domain="gchemutils-0.14">
<child schema="org.gnome.gchemutils.printsetup" name="printsetup"/>
<child schema="org.gnome.gchemutils.gtk" name="gtk"/>
</schema>
<schema path="/org/gnome/gchemutils/printsetup/" id="org.gnome.gchemutils.printsetup" gettext-domain="gchemutils-0.14">
<key type="s" name="preferred-unit">
<default>'mm'</default>
<summary>Preferred Display Unit</summary>
<description>This string gives the default unit to be used in the page setup dialog.</description>
</key>
<key type="d" name="margin-top">
<default>120</default>
<summary>Default Top Margin</summary>
<description>This value gives the default number of points from the top of a page to the start of the body.</description>
</key>
<key type="d" name="margin-bottom">
<default>120</default>
<summary>Default Bottom Margin</summary>
<description>This value gives the default number of points from the bottom of a page to the end of the body.</description>
</key>
<key type="d" name="footer-height">
<default>72</default>
<summary>Footer height</summary>
<description>This value gives the default footer height number of points.</description>
</key>
<key type="d" name="header-height">
<default>72</default>
<summary>Default Top Outside Margin</summary>
<description>This value gives the default header height number of points.</description>
</key>
<key type="d" name="margin-left">
<default>72</default>
<summary>Default Left Margin</summary>
<description>This value gives the default number of points from the left of a page to the left of the body.</description>
</key>
<key type="d" name="margin-right">
<default>72</default>
<summary>Default Bottom Margin</summary>
<description>This value gives the default number of points from the right of a page to the right of the body.</description>
</key>
<key type="s" name="paper">
<default>''</default>
<summary>Paper</summary>
<description>This is the default paper specification like iso_a4 or na_letter, i.e. a PWG 5101.1-2002 paper name.</description>
</key>
<key type="i" name="paper-orientation">
<default>0</default>
<summary>Paper</summary>
<description>This is the default paper orientation.</description>
</key>
</schema>
<schema path="/org/gnome/gchemutils/gtk/" id="org.gnome.gchemutils.gtk" gettext-domain="gchemutils-0.14">
<key type="b" name="direct-rendering">
<default>false</default>
<summary>Use direct rendering when exporting an offscreen OpenGL scene.</summary>
<description>The documentation says that direct rendering from OpenGL to a pixbuf is not possible, but some implementations only accept direct rendering and crash otherwise. The default is set at compile time, and if GCrystal or GChem3D crash, try to change this setting.</description>
</key>
</schema>
</schemalist>
|