summaryrefslogtreecommitdiffstats
path: root/misc/fcitx/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fcitx/README')
-rw-r--r--misc/fcitx/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/fcitx/README b/misc/fcitx/README
deleted file mode 100644
index d85f15ffda..0000000000
--- a/misc/fcitx/README
+++ /dev/null
@@ -1,21 +0,0 @@
-Fcitx is an input method framework with extension support. Currently it
-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 Qt4.
-
-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.