-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathiwubi.xml
30 lines (30 loc) · 1.03 KB
/
iwubi.xml
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
30
<?xml version="1.0" encoding="utf-8"?>
<component>
<name>com.github.honghe.iwubi</name>
<description>IBus Python Wubi</description>
<version>0.1</version>
<license>MIT</license>
<author>Wu Honghe<[email protected]></author>
<homepage>https://github.com</homepage>
<exec>/usr/bin/python3 /usr/share/iwubi/iwubi.py --ibus</exec>
<textdomain>iwubi</textdomain>
<engines>
<engine>
<name>iwubi</name>
<longname>iWubi</longname>
<description>IBus Python Wubi</description>
<language>zh</language>
<license>MIT</license>
<author>Wu Honghe<[email protected]></author>
<layout>us</layout>
<layout_variant></layout_variant>
<layout_option></layout_option>
<hotkeys></hotkeys>
<symbol>iW</symbol>
<setup></setup>
<version></version>
<textdomain></textdomain>
<rank>0</rank>
</engine>
</engines>
</component>