/usr/share/ibus/component/xkbc.xml is in ibus-xkbc 1.3.3.20100922-4.
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 | <?xml version="1.0" encoding="utf-8"?>
<!-- filename: enchant.xml -->
<component>
<name>com.sun.IBus.XKBC</name>
<description>XKBC Component</description>
<exec>/usr/lib/ibus/ibus-engine-xkbc --ibus</exec>
<version>1.2.0.m13</version>
<author>Naoyuki Ishimura <naoyuki.ishimura@oracle.com></author>
<license>GPL</license>
<homepage>http://github.com/sun-im/ibus-xkbc</homepage>
<textdomain>ibus-xkbc</textdomain>
<engines>
<engine>
<name>xkbc</name>
<license>GPL</license>
<author>Naoyuki Ishimura <naoyuki.ishimura@oracle.com></author>
<icon>/usr/share/ibus-xkbc/icons/ibus-xkbc.png</icon>
<layout>us</layout>
<longname>XKBC (Keyboard Emulation)</longname>
<description>XKeyboad Config based Keyboard layout emulation Input Method</description>
<language>other</language>
<rank>99</rank>
</engine>
</engines>
</component>
|