blob: d85f15ffda576b6a19cb578b12031bd76016f14e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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.
|