/usr/share/gconf/schemas/gjiten-dicfiles.schemas is in gjiten 2.6-2.3ubuntu1.
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 | <!-- Install with the following command:
GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults /usr/bin/gconftool - -makefile-install-rule /home/boti/gjiten.schema
-->
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gjiten/general/dictionary_list</key>
<applyto>/apps/gjiten/general/dictionary_list</applyto>
<owner>gjiten</owner>
<type>list</type>
<list_type>string</list_type>
<default>[/usr/share/gjiten/dics/edict
English-main,/usr/share/gjiten/dics/compdic
Computers]</default>
<gettext_domain>gjiten</gettext_domain>
<locale name="C">
<short>List of dictionary files</short>
<long>
List of dictionary files. Format is:
[/path/to/dicfile1\ndictionary_name1,/path/to/dicfile2\ndictionary_name2]
Don't put a space after the comma!
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gjiten/kanjidic/kanjidicfile</key>
<applyto>/apps/gjiten/kanjidic/kanjidicfile</applyto>
<owner>gjiten</owner>
<type>string</type>
<default>/usr/share/gjiten/dics/kanjidic</default>
<gettext_domain>gjiten</gettext_domain>
<locale name="C">
<short>Kanjidic dictionary file</short>
<long>Kanjidic dictionary file</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|