SCIM need some help,thanks!
I just have used the Linux for a fewdays,so I hope someone can help me out.I have installed the package of"scim-0.99.1.tar.gz", now I start the program using commands:
- - - - - - - - - - - - - --- - - - - - - - - - -- - - - - - - - - - - - - - - -
$ scim -d
Smart Common Input Method 0.99.1
Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading IMEngine module: rawcode ...
Loading IMEngine Factory 0 ... : OK
rawcode IMEngine module is successfully loaded.
Loading IMEngine module: table ...
Failed to load table IMEngine module.
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
Launching a SCIM process with x11...
Loading socket Config module ...
Creating backend ...
Loading IMEngine module: socket ...
Loading IMEngine Factory 0 ... : OK
socket IMEngine module is successfully loaded.
Loading x11 FrontEnd module ...
Starting SCIM as daemon ...
SCIM has been successfully launched.
$ locale
LANG=zh_CN.GB18030
LC_CTYPE="zh_CN.GB18030"
LC_NUMERIC="zh_CN.GB18030"
LC_TIME="zh_CN.GB18030"
LC_COLLATE="zh_CN.GB18030"
LC_MONETARY="zh_CN.GB18030"
LC_MESSAGES="zh_CN.GB18030"
LC_PAPER="zh_CN.GB18030"
LC_NAME="zh_CN.GB18030"
LC_ADDRESS="zh_CN.GB18030"
LC_TELEPHONE="zh_CN.GB18030"
LC_MEASUREMENT="zh_CN.GB18030"
LC_IDENTIFICATION="zh_CN.GB18030"
LC_ALL=
$ echo $XMODIFIERS
@im=Chinput
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - -- - --
Butthere is nothing happened,I mean, I can not input any Chinese word,even use SHIFT+SPASE,nothibg happened.what I should do,can any XDJM tell me why and how to deal with it?
notes:Before that ,I have installed package of "scim-0.9.3-1.i586.rpm"and package of "scim-chinese-0.2.7-1.i586.rpm", and also do some changes of the PATH. 你那个scim-0.99.1.tar.gz是从哪里弄的,我在http://ns.turbolinux.com.cn/~suzhe/scim/download.html没看到有这个包啊。只装你最后说的那两个就够了。而且你的locale是中文的应该是系统一起动就自动启动了,应该可以看到sicm的图标的,不用在后台启动。我觉得你可以先把它卸了,然后从装一下最后那两个包,重启一下x,看看他的图标是不是自动出来了,然后ctrl.+space.如果没有,你可以给他的作者苏哲发封邮件问问,他回复很快的。 I search it from sheenk.com,and I did like you say, but it still doesn't work, I'll email Suzhe,thanks for you help,xzkm5^_^. 确实发布了 :-)
发布页:
http://freedesktop.org/~suzhe/index_cn.html
$ echo $XMODIFIERS
@im=Chinput
明显有问题,可是我不懂如何改 :oops: 改成 @im=scim 主要是在哪里改? 改哪个文件 :? 可以在~/.bashrc里面
export $XMODIFIERS=SCIM I did some changes,now when I type "scim" and "scim -d":
---------------------------------------------------------------------------
$ scim
Smart Common Input Method 0.99.1
Launching a SCIM process with x11...
Loading socket Config module ...
Creating backend ...
Loading IMEngine module: socket ...
Loading IMEngine Factory 0 ... : OK
socket IMEngine module is successfully loaded.
Loading x11 FrontEnd module ...
Starting SCIM ...
scim::FrontEnd: X11 -- failed to initialize XIM Server!
SCIM has exited abnormally.
$ scim -d
Smart Common Input Method 0.99.1
Launching a SCIM process with x11...
Loading socket Config module ...
Creating backend ...
Loading IMEngine module: socket ...
Loading IMEngine Factory 0 ... : OK
socket IMEngine module is successfully loaded.
Loading x11 FrontEnd module ...
Starting SCIM as daemon ...
SCIM has been successfully launched.
-------------------------------------------------------------------------------
and the picture shows below,can someone solve the problem?
(I have emailed Suzhe,I think may be he is busy now,so I come here for help) 把我的图给你对比一下,先看看你的那个x窗口怎么启动输入法,你试试。如果不行然后再把拼音的输入法装上,看样子你没装。不过既然你的scim设置界面是中文的应该可以用了,以前我头一次装的时候如果不成功界面就总是英文的。另外我以前也把locale改成过中文的,改完之后重启一下x,scim就是自动启动了,它会根据你的设置自动判断行为的。现在我的locale因为不是中文,所以每次都要设置环境变量,具体是:
export XMODIFIERS="@im=SCIM" \
export LANG=zh_CN.GB18030
然后再
scim -d
就会出现
Smart Common Input Method 0.9.3
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 as daemon ...
希望对你有用。 刚看到一篇帖子,对你应该很有用。http://www.linuxsir.org/bbs/showthread.php?s=&threadid=120961&perpage=15&pagenumber=1 Thanks a lot,I'lltry.
页:
[1]