/usr/share/ibus/component/array.xml is in ibus-array 0.0.2-8.
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>org.freedesktop.IBus.Array</name>
<description>Array 30 Input Method Component</description>
<exec>/usr/lib/ibus/ibus-engine-array --ibus</exec>
<version>0.0.2</version>
<author>Yu-Chun Wang <mainlander1122@gmail.com></author>
<license>GPL</license>
<homepage>http://code.google.com/p/ibus</homepage>
<textdomain>ibus-array</textdomain>
<engines>
<engine>
<name>array</name>
<language>zh_TW</language>
<license>GPL</license>
<author>Yu-Chun Wang <mainlander1122@gmail.com></author>
<icon>/usr/share/ibus-array/icons/ibus-array.png</icon>
<layout>us</layout>
<longname>Array</longname>
<description>Array 30 Input Method</description>
<rank>99</rank>
</engine>
</engines>
</component>
|