summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2020-03-11 02:53:44 +0900
committerChangwoo Ryu <cwryu@debian.org>2020-03-11 03:09:59 +0900
commitb0adbc4937e840810392bf65e1023e204eb4d8df (patch)
tree96e0487816a71e0578db498ec3569038b56a2b1b
parent25114a520211408fc9e24b826bfd4fadfdfe2612 (diff)
downloadibus-hangul-b0adbc4937e840810392bf65e1023e204eb4d8df.tar.gz
Specify the setup path in the IBus component XML
It's always good to specify the setup path explicitly. If it's not specified, ibus-setup finds ibus-setup-hangul in libexec, assuming ibus-hangul uses the same libexec as ibus. Depending on this fallback makes it difficult to migrate from FHS 2.0 (/usr/lib) to FHS 3.0 (/usr/libexec).
-rw-r--r--src/hangul.xml.in.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hangul.xml.in.in b/src/hangul.xml.in.in
index 62a4213..8d8e4f4 100644
--- a/src/hangul.xml.in.in
+++ b/src/hangul.xml.in.in
@@ -23,6 +23,7 @@
<description>Korean Input Method</description>
<rank>99</rank>
<symbol>&#xD55C;</symbol>
+ <setup>${libexecdir}/ibus-setup-hangul</setup>
</engine>
</engines>