解决Arch Linux下Firefox不能调用Fcitx输入法

时间:2014-05-22 13:52:52   收藏:0   阅读:642

安装Arch官方说明安装Fcitx,在.xprofile中设置export GTK_IM_MODULE=fcitx等三句后,在firefox下不能输入中文。

将export GTK_IM_MODULE=fcitx等三句中的fcitx改为xim后可以输入中文,但输入框不能跟随光标。

忘了在哪里看到说设置/usr/lib/gtk-2.0/2.10.0/gtk.immodules,然后仔细看了下这个文件,发现里面有"/usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so" ,却没有im-fcitx,然后看到/usr/lib/gtk-2.0/2.10.0/immodules/中有im-xim.so,却没有im-fcitx.so,于是猜想问题就出在这里。

于是搜了一下gtk2.0 im-fcitx.so,找到了下面两个资源:

32位:http://rpm.pbone.net/index.php3/stat/4/idpl/26212985/dir/opensuse/com/fcitx-gtk2-32bit-4.2.8.3-9.1.x86_64.rpm.html

64位:http://rpm.pbone.net/index.php3/stat/4/idpl/26001012/dir/opensuse/com/fcitx-gtk2-4.2.8.3-5.2.x86_64.rpm.html

下载rpm包,使用命令 "rpmextract.sh filename"解压,将得到的im-fcitx.so拷贝至/usr/lib/gtk-2.0/2.10.0/immodules/,然后修改/usr/lib/gtk-2.0/2.10.0/gtk.immodules,按照im-xim那两行照猫画虎,添加如下两行:

"/usr/lib/gtk-2.0/2.10.0/immodules/im-fcitx.so"
"fcitx" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"

重新登录,成功了。

似乎所下载的rpm包装自Ubuntu,因为按上述方法成功后Fcitx多了几个Ubuntu的输入法皮肤。

解决Arch Linux下Firefox不能调用Fcitx输入法,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!