firefox下不能启用scim

来源:互联网 发布:教育云数据什么意思 编辑:程序博客网 时间:2024/05/16 06:25

1. 备份 /usr/bin/firefox

2. 修改 /usr/bin/firefox

增加19-21行

12 MOZDIR=$HOME/.mozilla
13 LIBDIR=/usr/lib/firefox-3.0.10
14 APPVER=3.0
15 META_NAME=firefox
16 GDB=/usr/bin/gdb
17 DROPPED=abandoned
18
19 XMODIFIERS=@im=SCIM
20 GTK_IM_MODULE=scim-bridge
21 export XMODIFIERS GTK_IM_MODULE


3. 重新启动firefox