aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-05-22 12:38:16 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-05-22 12:38:16 +0000
commitcbd6e313479e08f52685fb938b0801283b2f10b1 (patch)
tree5a4bb1bdaac7fc5864ea38fa0771544601f74ff9 /chinese
parentff837fa948fe421bfa2e0232e257f49f3a7c6c06 (diff)
downloadports-cbd6e313479e08f52685fb938b0801283b2f10b1.tar.gz
ports-cbd6e313479e08f52685fb938b0801283b2f10b1.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fcitx/pkg-message30
1 files changed, 15 insertions, 15 deletions
diff --git a/chinese/fcitx/pkg-message b/chinese/fcitx/pkg-message
index 5918dda305b4..873dff8d106e 100644
--- a/chinese/fcitx/pkg-message
+++ b/chinese/fcitx/pkg-message
@@ -1,29 +1,29 @@
-**********************************************************
+************************************************************************
+
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:
+Additionally, for GTK/Qt programs, you must also set:
csh/tcsh: setenv GTK_IM_MODULE xim
- setenv QT_IM_MODULE xim
+ setenv QT_IM_MODULE xim
sh/bash: export GTK_IM_MODULE=xim
- export QT_IM_MODULE=xim
+ export QT_IM_MODULE=xim
-For the first use, follow these steps before starting
-the program:
+Xterm users should also add ``XTerm.VT100.inputMethod:fcitx'' or similar
+line to their ~/.Xdefaults file.
- mkdir $HOME/.config/fcitx
- touch $HOME/.config/fcitx/config
+For the first time use, run the program with -c switch to create default
+configuration file (~/.config/fcitx/config).
-For users migrating from 3.x to 4.0, just execute:
+For users migrating from 3.x to 4.0, just copy existing configuration to
+the new location:
- mv $HOME/.fcitx $HOME/.config/fcitx
+ mv ~/.fcitx ~/.config/fcitx
-If there are any problems starting up, remove the old
-configuraiton file and create a new one using touch(1):
+If there are any problems starting up, remove the old configuration file
+(optionally) and create a new one by running ``fcitx -c'' again.
- rm $HOME/.config/fcitx/config
- touch $HOME/.config/fcitx/config
-************************************************************
+************************************************************************