/usr/share/glib-2.0/schemas/org.gnome.libgnomekbd.gschema.xml is in libgnomekbd-common 3.6.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 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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/libgnomekbd/" id="org.gnome.libgnomekbd" gettext-domain="libgnomekbd">
<child schema="org.gnome.libgnomekbd.preview" name="preview"/>
<child schema="org.gnome.libgnomekbd.indicator" name="indicator"/>
</schema>
<schema path="/org/gnome/libgnomekbd/preview/" id="org.gnome.libgnomekbd.preview" gettext-domain="libgnomekbd">
<key type="i" name="x">
<range min="-1" max="65535"/>
<default>-1</default>
<summary>The Keyboard Preview, X offset</summary>
<description>The Keyboard Preview, X offset</description>
</key>
<key type="i" name="y">
<range min="-1" max="65535"/>
<default>-1</default>
<summary>The Keyboard Preview, Y offset</summary>
<description>The Keyboard Preview, Y offset</description>
</key>
<key type="i" name="width">
<range min="-1" max="65535"/>
<default>-1</default>
<summary>The Keyboard Preview, width</summary>
<description>The Keyboard Preview, width</description>
</key>
<key type="i" name="height">
<range min="-1" max="65535"/>
<default>-1</default>
<summary>The Keyboard Preview, height</summary>
<description>The Keyboard Preview, height</description>
</key>
</schema>
<schema path="/org/gnome/libgnomekbd/indicator/" id="org.gnome.libgnomekbd.indicator" gettext-domain="libgnomekbd">
<key type="i" name="secondary">
<range min="0" max="15"/>
<default>0</default>
<summary>Secondary groups</summary>
<description>Secondary groups</description>
</key>
<key type="b" name="show-flags">
<default>false</default>
<summary>Show flags in the applet</summary>
<description>Show flags in the applet to indicate the current layout</description>
</key>
<key type="s" name="font-family">
<default>''</default>
<summary>The font family</summary>
<description>The font family for the layout indicator</description>
</key>
<key type="i" name="font-size">
<range min="1" max="65535"/>
<default>10</default>
<summary>The font size</summary>
<description>The font size for the layout indicator</description>
</key>
<key type="s" name="foreground-color">
<default>''</default>
<summary>The foreground color</summary>
<description>The foreground color for the layout indicator</description>
</key>
<key type="s" name="background-color">
<default>''</default>
<summary>The background color</summary>
<description>The background color for the layout indicator</description>
</key>
</schema>
</schemalist>
|