LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 609|回复: 1

forera core6 fcitx不能输入的解决办法

[复制链接]
发表于 2007-4-2 19:17:27 | 显示全部楼层 |阅读模式
折腾了两天,终于搞定了可爱的小企鹅。赶紧贴上来,因为好像还用些哥们没有搞定*_*
前面安装的过程我不说了,因为都一样。
不一样的是在fc6下要修改/etc/X11/xinit/xinputrc这个配置文件所指向的配置文件。
[adamzyg@localhost ~]$ ls -l /etc/X11/xinit/xinputrc
lrwxrwxrwx 1 root root 26 03-25 21:06 /etc/X11/xinit/xinputrc -> /etc/alternatives/xinputrc
而/etc/alternatives/xinputrc也是个链接:
[adamzyg@localhost ~]$ ls -l /etc/alternatives/xinputrc
lrwxrwxrwx 1 root root 32 04-01 17:57 /etc/alternatives/xinputrc -> /etc/X11/xinit/xinput.d/xim.conf
所以直接修改/etc/X11/xinit/xinput.d/xim.conf。加入:
XIM=fcitx
XIM_PROGRAM=fcitx
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS="im@=fcitx"
fcitx

重启就可搞定了。^_^
发表于 2007-4-2 19:59:41 | 显示全部楼层
其实在用户目录下建一.xinputrc,加可执行属性,内容为即可
XIM=fcitx
XIM_PROGRAM=fcitx
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS="im@=fcitx"
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表