/usr/share/ibus/component/zhuyin.xml is in ibus-zhuyin 0.1.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 | <?xml version="1.0" encoding="utf-8"?>
<!-- filename: zhuyin.xml -->
<component>
<name>com.github.fourdollars.ibus-zhuyin</name>
<description>A phonetic (Zhuyin/Bopomofo) Chinese input method.</description>
<exec>/usr/lib/x86_64-linux-gnu/ibus-engine-zhuyin --ibus</exec>
<version>0.1.0</version>
<author>Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com></author>
<license>GPLv3</license>
<homepage>http://fourdollars.github.com/ibus-zhuyin/</homepage>
<textdomain>ibus-zhuyin</textdomain>
<engines>
<engine>
<name>zhuyin</name>
<language>zh_TW</language>
<license>GPL</license>
<author>Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com></author>
<icon>/usr/share/ibus-zhuyin/icons/ibus-zhuyin.png</icon>
<layout>us</layout>
<longname>Zhuyin</longname>
<description>A phonetic (Zhuyin/Bopomofo) Chinese input method.</description>
<icon_symbol>ㄅ</icon_symbol>
<rank>0</rank>
</engine>
</engines>
</component>
|