樱家冢 发表于 2004-4-19 17:18:56

发现一件奇妙的事情——关于magic下scim问题

安装了1.2 pre6的朋有可能发现了,scim在magic linux的KDE下无法正常启动,总是在任务栏上面不停的闪烁,却无发显示scim的panel。
今天重新编译内核了以后,发现居然没有这个问题了,狂晕。
大家可以尝试一下,我使用了官方kernel+ck patch+unicon+cp936 & cp950 patch。

jin_liu 发表于 2004-4-19 17:36:24

:mrgreen:
I have encountered the same problem.

bamfox 发表于 2004-6-11 09:29:37

:!:

bamfox 发表于 2004-6-11 10:09:16

我装了0.9.7版,发现下边的错误:
Smart Common Input Method 0.9.7

Loading simple Config module ...
Creating backend ...
Loading Server module: pinyin ...
    Loading Server Factory 0 ... : OK
pinyin Server module is successfully loaded.
Loading Server module: rawcode ...
    Loading Server Factory 0 ... : OK
rawcode Server module is successfully loaded.
Loading Server module: table ...
Failed to load table Server module.
Loading x11 FrontEnd module ...
Starting SCIM ...
scim::FrontEnd: X11 -- failed to initialize XIM Server!

除了在金山的kingstorm下能够打开输入法正常使用之外,其余的环境都不可以。真是奇怪呀!我用的系统是MagicLinux1.2pre6(六一儿童版)。

搞定了,是/etc/bashrc惹得祸:
(把FCITX的环境变量注释掉,加上SCIM的环境变量)
# FCITX environment
#export XMODIFIERS="@im=fcitx"
#export XIM=fcitx
#export XIM_PROGRAM=fcitx
#export G_BROKEN_FILENAMES=true

#SCIM
export XMODIFIERS="@im=SCIM"
export XIM=scim
export XIM_PROGRAM=scim
这样就ok了!

Gavin_tju 发表于 2004-6-11 11:30:34

没有吧,嘿嘿.
我 n 年前就试过了,当然是 pre6...
当然 SCIM 的版本应该比现在低一些,具体不记得了...
页: [1]
查看完整版本: 发现一件奇妙的事情——关于magic下scim问题