diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-12-15 00:35:55 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-12-15 00:35:55 +0000 |
commit | aab9d8f68283785cd3c18284d3b13a69ae354922 (patch) | |
tree | 3fe12bc32c575f2779285ff64ee77196ecb331c4 /chinese | |
parent | fc7e40cf3dc4f71c0d95f6fc12accf144622a49e (diff) | |
download | ports-aab9d8f68283785cd3c18284d3b13a69ae354922.tar.gz ports-aab9d8f68283785cd3c18284d3b13a69ae354922.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/pkg-message | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/chinese/fcitx/pkg-message b/chinese/fcitx/pkg-message index 5e7918d30b6e..5918dda305b4 100644 --- a/chinese/fcitx/pkg-message +++ b/chinese/fcitx/pkg-message @@ -1,8 +1,29 @@ -* * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Remember to set environment variable XMODIFIERS: * -* csh/tcsh: setenv XMODIFIERS @im=fcitx * -* sh/bash: export XMODIFIERS='@im=fcitx' * -* * -* For GTK/Qt programs, you might also want to set * -* GTK_IM_MODULE=xim and/or QT_IM_MODULE=xim * -* * * * * * * * * * * * * * * * * * * * * * * * * * * * +********************************************************** +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 + +For the first use, follow these steps before starting +the program: + + mkdir $HOME/.config/fcitx + touch $HOME/.config/fcitx/config + +For users migrating from 3.x to 4.0, just execute: + + mv $HOME/.fcitx $HOME/.config/fcitx + +If there are any problems starting up, remove the old +configuraiton file and create a new one using touch(1): + + rm $HOME/.config/fcitx/config + touch $HOME/.config/fcitx/config +************************************************************ |