|
From: Araki K. <ara...@us...> - 2018-03-11 13:36:42
|
Hi, From: Boyuan Yang <073plan@gm...> - 2018-01-31 02:22:32 > Dear mlterm developers, > I am the current co-maintainer of fcitx in Debian. The latest version > of fcitx (4.2.9.5, released on 2017-11-09) seems to have broken > mlterm's fcitx support due to a library SONAME bump in > libfcitx-gclient. Some functions you're using in mlterm is gone (moved > away from header file). > This bug has been submitted downstream in Debian: https://bugs.debian.org/887711 > Please help investigate into this problem and fix it if possible. I don't know the reason why fcitx 4.2.9.5 or later removed fcitx_client_{enable|close}_ic() declarations from fcitxclient.h. But the implementation of these functions are left, and these symbols are exported. https://github.com/fcitx/fcitx/blob/master/src/lib/fcitx-gclient/fcitxclient.c#L340 So it seems unnecessary to fix mlterm. Regards, --- Araki Ken ara...@us... |