/usr/share/gconf/schemas/regexxer.schemas is in regexxer 0.9-6ubuntu3.
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 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/regexxer/textview_font</key>
<applyto>/apps/regexxer/textview_font</applyto>
<owner>regexxer</owner>
<type>string</type>
<default>Monospace 10</default>
<gettext_domain>regexxer</gettext_domain>
<locale name="C">
<short>Text view font</short>
<long>The font used in the file editor.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/regexxer/match_color</key>
<applyto>/apps/regexxer/match_color</applyto>
<owner>regexxer</owner>
<type>string</type>
<default>#9DB8D2</default>
<gettext_domain>regexxer</gettext_domain>
<locale name="C">
<short>Match color</short>
<long>The background color used to highlight matches of the search
expression.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/regexxer/current_match_color</key>
<applyto>/apps/regexxer/current_match_color</applyto>
<owner>regexxer</owner>
<type>string</type>
<default>#EED680</default>
<gettext_domain>regexxer</gettext_domain>
<locale name="C">
<short>Current-match color</short>
<long>The background color used to highlight the currently selected
match of the search expression.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/regexxer/toolbar_style</key>
<applyto>/apps/regexxer/toolbar_style</applyto>
<owner>regexxer</owner>
<type>string</type>
<default>both-horiz</default>
<gettext_domain>regexxer</gettext_domain>
<locale name="C">
<short>Toolbar style</short>
<long>The style of the application’s toolbar. Possible values are
“icons”, “text”, “both”, and “both-horiz”.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/regexxer/fallback_encoding</key>
<applyto>/apps/regexxer/fallback_encoding</applyto>
<owner>regexxer</owner>
<type>string</type>
<default>ISO-8859-15</default>
<gettext_domain>regexxer</gettext_domain>
<locale name="C">
<short>Fallback encoding</short>
<long>Name of the character encoding to use if a file is not readable
in either UTF-8 or the codeset specified by the current locale.
Try “iconv --list” for a complete list of possible values.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|