/usr/share/ibus/component/hangul.xml is in ibus-hangul 1.5.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 29 | <?xml version="1.0" encoding="utf-8"?>
<!-- filename: hangul.xml -->
<component>
<name>org.freedesktop.IBus.Hangul</name>
<description>Korean Component</description>
<exec>/usr/lib/ibus/ibus-engine-hangul --ibus</exec>
<version>1.5.0</version>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<license>GPL</license>
<homepage>http://code.google.com/p/ibus</homepage>
<textdomain>ibus-hangul</textdomain>
<engines>
<engine>
<name>hangul</name>
<language>ko</language>
<license>GPL</license>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<icon>ibus-hangul</icon>
<layout>kr</layout>
<layout_variant>kr104</layout_variant>
<longname>Hangul</longname>
<description>Korean Input Method</description>
<rank>99</rank>
<symbol>한</symbol>
</engine>
</engines>
</component>
|