summaryrefslogtreecommitdiffstats
path: root/misc/fcitx/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fcitx/README')
-rw-r--r--misc/fcitx/README19
1 files changed, 15 insertions, 4 deletions
diff --git a/misc/fcitx/README b/misc/fcitx/README
index 8722fe64a9..d85f15ffda 100644
--- a/misc/fcitx/README
+++ b/misc/fcitx/README
@@ -3,8 +3,19 @@ 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 Qt.
+and Qt4.
-If you have installed OpenCC, you may run as below to make fcitx
-support them:
-# OPENCC=On ./fcitx.SlackBuild
+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.