SlackBuildsOrg/misc/fcitx/README
Heinz Wiesinger 5f7670e209 misc/fcitx: Updated for version 4.2.9.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2017-10-11 06:19:58 +07:00

21 lines
754 B
Text

Fcitx is an input method framework with extension support. Currently it
supports linux and Unix systems, like freebsd. It has three builtin
Input Method Engine, Pinyin, QuWei and Table-based input methods.
By default, this slackbuild will build IM module support for GTK2, GTK3
and Qt4.
To enable OpenCC support for chinese input, you can pass OPENCC=On to
the script:
OPENCC=On ./fcitx.SlackBuild
To enable fcitx put the following lines in your ~/.bashrc file
export GTK_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx
fcitx is pre-configured to autostart on xdg-compliant desktop environments
if these settings are present. On other desktop environments you can add
"fcitx-autostart" to the respective autostart settings.