#947690 fcitx-hangul: Remove or hide "auto reordering" option (not available in Debian)

Package:
fcitx-hangul
Source:
fcitx-hangul
Description:
Free Chinese Input Toy of X - hangul module
Submitter:
Changwoo Ryu
Date:
2019-12-29 11:15:05 UTC
Severity:
normal
#947690#5
Date:
2019-12-29 11:11:10 UTC
From:
To:
The libhangul1 package in Debian is based on the upstream git version. Unlike
the released 0.1.0 version, this git version doesn't support "auto reordering"
feature. Toggling this settings in fcitx-hangul has no effect.

To avoid confusion, please remove or hide this setting. And the default value
should be fixed as FALSE instead of TRUE. ibus-hangul package does the same
thing. This is Debian specific so there's no need to upstream.

Relevant code:

$ grep -i -r reorder src
src/eim.h:    boolean autoReorder;
src/eim.c:    if (!hangul->fh.autoReorder) {
src/config.c:CONFIG_BINDING_REGISTER("Hangul", "AutoReorder", autoReorder)
src/fcitx-hangul.desc:# [Hangul/AutoReorder]
src/fcitx-hangul.desc:Description=Auto Reorder
$