/usr/share/ibus/component/chewing.xml is in ibus-chewing 1.4.10.1-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 | <?xml version="1.0" encoding="utf-8"?>
<!-- filename: chewing.xml -->
<component>
<name>org.freedesktop.IBus.Chewing</name>
<description>Chewing Component</description>
<version>1.4.10.1</version>
<license>GPLv2+</license>
<author>Peng Huang, Ding-Yi Chen</author>
<homepage>http://code.google.com/p/ibus</homepage>
<exec>/usr/lib/ibus/ibus-engine-chewing --ibus</exec>
<textdomain>ibus-chewing</textdomain>
<engines>
<engine>
<name>chewing</name>
<longname>Chewing</longname>
<description>Chinese chewing input method</description>
<language>zh_TW</language>
<license>GPLv2+</license>
<author>Peng Huang, Ding-Yi Chen</author>
<icon>/usr/share/ibus-chewing/icons/ibus-chewing.png</icon>
<layout>us</layout>
<rank>80</rank>
<hotkeys>Control+space</hotkeys>
<symbol>酷</symbol>
</engine>
</engines>
</component>
|