/usr/share/gconf/schemas/agave.schemas is in agave 0.4.7-2.1ubuntu3.
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | <?xml version="1.0" encoding="UTF-8" ?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/agave/last_save_directory</key>
<applyto>/apps/agave/last_save_directory</applyto>
<owner>agave</owner>
<type>string</type>
<default></default>
<gettext_domain>agave</gettext_domain>
<locale name="C">
<short>The last save directory</short>
<long>When exporting a scheme or palette, this key keeps track
of where the user last saved the file.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/agave/last_color</key>
<applyto>/apps/agave/last_color</applyto>
<owner>agave</owner>
<type>string</type>
<default>#60da11</default>
<gettext_domain>agave</gettext_domain>
<locale name="C">
<short>The last color selected</short>
<long>Saves the last selected color which is loaded next time
the application is started. Color format is a hex string
(e.g. '#ffffff').</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/agave/last_scheme_type</key>
<applyto>/apps/agave/last_scheme_type</applyto>
<owner>agave</owner>
<type>string</type>
<default></default>
<gettext_domain>agave</gettext_domain>
<locale name="C">
<short>The last scheme type selected</short>
<long>Saves the last scheme type selected which is loaded next
time the application is started. This value is an
enumeration value.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/agave/window_width</key>
<applyto>/apps/agave/window_width</applyto>
<owner>agave</owner>
<type>int</type>
<default>650</default>
<gettext_domain>agave</gettext_domain>
<locale name="C">
<short>The main application window width</short>
<long>Saves the last width of the application window so that it
starts where you left it last time.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/agave/window_height</key>
<applyto>/apps/agave/window_height</applyto>
<owner>agave</owner>
<type>int</type>
<default>400</default>
<gettext_domain>agave</gettext_domain>
<locale name="C">
<short>The main application window height</short>
<long>Saves the last height of the application window so that it
starts where you left it last time.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/agave/favorites_width</key>
<applyto>/apps/agave/favorites_width</applyto>
<owner>agave</owner>
<type>int</type>
<default>130</default>
<gettext_domain>agave</gettext_domain>
<locale name="C">
<short>Width of the favorites area</short>
<long>Saves the size of the favorites pane so that it starts
where you left it last time.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/agave/palette_expanded</key>
<applyto>/apps/agave/palette_expanded</applyto>
<owner>agave</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>agave</gettext_domain>
<locale name="C">
<short>Palette Expanded</short>
<long>Saves whether the palette area along the bottom of the
application window is expanded or collapsed.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|