/usr/share/glib-2.0/schemas/org.gnome.dictionary.gschema.xml is in gnome-dictionary 3.4.0-1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/dictionary/" id="org.gnome.dictionary" gettext-domain="gnome-dictionary">
<key type="s" name="database">
<default>'!'</default>
<summary>The default database to use</summary>
<description>The name of the default individual database or meta-database to use on a dictionary source. An exclamation mark ("!") means that all the databases present in a dictionary source should be searched</description>
</key>
<key type="s" name="strategy">
<default>'exact'</default>
<summary>The default search strategy to use</summary>
<description>The name of the default search strategy to use on a dictionary source, if available. The default strategy is 'exact', that is match exact words.</description>
</key>
<key type="s" name="print-font">
<default>'Serif 12'</default>
<summary>The font to be used when printing</summary>
<description>The font to be used when printing a definition.</description>
</key>
<key type="s" name="source-name">
<default>'Default'</default>
<summary>The name of the dictionary source used</summary>
<description>The name of the dictionary source used to retrieve the definitions of words.</description>
</key>
</schema>
</schemalist>
|