aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-12-15 08:35:55 +0800
committerwen <wen@FreeBSD.org>2010-12-15 08:35:55 +0800
commit8ac50272d8c4d09bdb10941adf800cb282c1ba60 (patch)
tree32b618a9564a7f3804c5d764669f16404be5615d
parent89c51c251b1f5e21747f4e3ca17ae7f0af8708d2 (diff)
downloadfreebsd-ports-graphics-8ac50272d8c4d09bdb10941adf800cb282c1ba60.tar.gz
freebsd-ports-graphics-8ac50272d8c4d09bdb10941adf800cb282c1ba60.tar.zst
freebsd-ports-graphics-8ac50272d8c4d09bdb10941adf800cb282c1ba60.zip
- Update pkg-descr
PR: ports/153129 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
-rw-r--r--chinese/fcitx/pkg-message37
1 files changed, 29 insertions, 8 deletions
diff --git a/chinese/fcitx/pkg-message b/chinese/fcitx/pkg-message
index 5e7918d30b6..5918dda305b 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
+************************************************************