|
|
发表于 2008-5-23 23:29:07
|
显示全部楼层
输入法一般要装scim-bridge比较好
在/etc/X11/xinit/xinput.d/scim改改启用
- #
- # Use "X input Method" for all applications
- #
- # Per Ming's Documentation in SCIM, XIM Input Method is activated
- # not only for old X-applications but also for GTK and QT appplication.
- #
- # If a user wish to use, GTK Input Method, (s)he can right-click input
- # area and select "Input Methods" and change from "X input Method" to
- # "SCIM Input Method".
- #
- XIM=SCIM
- XIM_PROGRAM=/usr/bin/scim
- XIM_ARGS="-d"
- XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=yes
- #GTK_IM_MODULE=xim
- #QT_IM_MODULE=xim
- GTK_IM_MODULE='scim-bridge'
- QT_IM_MODULE='scim-bridge'
- DEPENDS="scim,scim-anthy|scim-canna|scim-chewing|scim-pinyin|scim-hangle|scim-prime|scim-skk|scim-tables-additional|scim-m17n|scim-uim|scim-tables-ja|scim-tables-ko|scim-tables-zh"
复制代码
我这段东西不要全部复制,只要把那个“xim”该为“scim-bridge”就好 |
|