/usr/share/ibus/component/input-pad.xml is in ibus-input-pad 1.4.2-1build1.
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: input-pad.xml -->
<component>
<name>org.freedesktop.IBus.InputPad</name>
<description>Input Pad Component</description>
<exec>/usr/lib/ibus/ibus-engine-input-pad --ibus</exec>
<version>1.4.2</version>
<author>Takao Fujiwara <takao.fujiwara1@gmail.com></author>
<license>GPL</license>
<homepage>http://code.google.com/p/input-pad</homepage>
<textdomain>ibus-input-pad</textdomain>
<engines>
<engine>
<name>input-pad</name>
<language>other</language>
<license>GPL</license>
<author>Takao Fujiwara <takao.fujiwara1@gmail.com></author>
<icon>/usr/share/pixmaps/input-pad.png</icon>
<layout>us</layout>
<longname>Input Pad</longname>
<description>Input Pad</description>
<rank>0</rank>
</engine>
</engines>
</component>
|