|
帮帮我吧!
[hyun@HYUN hyun]$ ps -ef |grep scim
hyun 2843 2841 1 16:23 ? 00:00:01 scim
hyun 2927 1 0 16:23 ? 00:00:00 scim-panel-gtk -d
hyun 3127 3090 0 16:25 pts/2 00:00:00 grep scim
[hyun@HYUN hyun]$ kill -9 2843 2927
[hyun@HYUN hyun]$ scim
Smart Common Input Method 0.8.2
Loading simple Config module ...
Creating backend ...
Loading Server module: ccin ...
Loading Server Factory 0 ... : OK
ccin Server module is successfully loaded.
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 successfully exited.
[hyun@HYUN hyun]$ scim -d
Smart Common Input Method 0.8.2
Loading simple Config module ...
Creating backend ...
Loading Server module: ccin ...
Loading Server Factory 0 ... : OK
ccin Server module is successfully loaded.
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 ...
[hyun@HYUN hyun]$
[hyun@HYUN hyun]$ locale
LANG=zh_CN.GB18030
LC_CTYPE=zh_CN
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=
[hyun@HYUN hyun]$ |
|