beaf13fa4e
- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/ , and the new 4.1.x version is moved to CMake. - pass maintainership PR: ports/162423 Submitted by: Zhihao Yuan <lichray_AT_gmail.com> (new maintainer) Approved by: maintainer (Denise H. G.) Feature safe: yes
18 lines
557 B
Text
18 lines
557 B
Text
************************************************************************
|
|
|
|
Remember to set environment variable XMODIFIERS:
|
|
|
|
csh/tcsh: setenv XMODIFIERS @im=fcitx
|
|
sh/bash: export XMODIFIERS='@im=fcitx'
|
|
|
|
Additionally, for GTK/Qt programs, you must also set:
|
|
|
|
csh/tcsh: setenv GTK_IM_MODULE xim
|
|
setenv QT_IM_MODULE xim
|
|
sh/bash: export GTK_IM_MODULE=xim
|
|
export QT_IM_MODULE=xim
|
|
|
|
You can replace the `xim` above with `fcitx` if you built fcitx with
|
|
the corresponding IM module.
|
|
|
|
************************************************************************
|