8 十一月, 2004
在linux上安装小企鹅输入法 (install fcitx on redhat linux)
安装过程:
rpm -e miniChinput;
rpm -e xcint;
untar fcitx-3.0.0rc package;
config;
make;
make install;
cp untared_package_folder/data/tables.conf my_home_directory/.fcitx/
add below lines to the tail of my_home_directory/.bashrc file:
#FCITX
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
#LOCALE setup
export LC_ALL=zh_CN.UTF-8
export LANG=zh_CN.UTF-8
logout current user then relogin
in terminal , type "install_path/fcitx";
now It works.
你如果想更改输入框字体大小,候选词数目等属性,可以修改.fcitx/config文件
最新回复
发表评论



