gentoo problems

gentoo scim 安装

zoro posted @ 2011年5月05日 16:33 in gentoo with tags gentoo scim , 4703 阅读

按照wiki的指导安装了scim:

设置USE标记:

USE="${USE} scim immqt-bc cjk unicode nls anthy m17n-lib"

然后:

emerge -avuDN world

接着:

emerge -av scim scim-tables scim-pinyin

接下来就是配置了,关键内容是

scim -d
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim

但是这些东西放那就成了问题了,放过/etc/X11/xinit/xinitrc.d/95-scim,放过~/.bashrc,~/.profile,~/.xintrc,都不好使,几近崩溃的时候只好

mkdir /etc/profile.d
touch /etc/profile.d/scim.sh
chmod +x /ect/profile.d/scim.sh

然后把内容放进去,重启一下,Ctrl+Space后可爱的输入法蹦出来了。


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter