/usr/share/ibus/component/anthy.xml is in ibus-anthy 1.2.6-2ubuntu1.
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: anthy.xml -->
<component>
<name>org.freedesktop.IBus.Anthy</name>
<description>Anthy Component</description>
<exec>/usr/lib/ibus-anthy/ibus-engine-anthy --ibus</exec>
<version>1.2.6</version>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<license>GPL</license>
<homepage>http://code.google.com/p/ibus</homepage>
<textdomain>ibus-anthy</textdomain>
<!-- for static engines -->
<engines>
<engine>
<name>anthy</name>
<language>ja</language>
<license>GPL</license>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<icon>/usr/share/ibus-anthy/icons/ibus-anthy.png</icon>
<layout>jp</layout>
<longname>Anthy</longname>
<description>Anthy Input Method</description>
<rank>99</rank>
</engine>
</engines>
</component>
|