Codebase list ibus-array / 5d4ea78
debian/patches/spec..: dropped, merged upstream Boyuan Yang 3 years ago
2 changed file(s) with 0 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 specify-setup-in-ibus-component.patch
10 fix-preedit-text-behaviour-at-engine-reset.patch
21 update-version-number-and-array-xml.patch
+0
-20
debian/patches/specify-setup-in-ibus-component.patch less more
0 Description: Specify the setup path in the IBus component XML
1 It's always good to specify the setup path explicitly. If it's not specified,
2 ibus-setup finds ibus-setup-array in libexec, assuming ibus-array uses the
3 same libexec as ibus. Depending on this fallback makes it difficult to migrate
4 from FHS 2.0 (/usr/lib) to FHS 3.0 (/usr/libexec).
5 Author: Changwoo Ryu <cwryu@debian.org>
6 Bug: https://github.com/lexical/ibus-array/pull/16
7 Forwarded: yes
8 Last-Update: 2020-04-13
9
10 --- a/src/array.xml.in.in
11 +++ b/src/array.xml.in.in
12 @@ -20,6 +20,7 @@
13 <layout>us</layout>
14 <longname>Array</longname>
15 <description>Array 30 Input Method</description>
16 + <setup>${libexecdir}/ibus-setup-array</setup>
17 <rank>99</rank>
18 </engine>
19 </engines>