QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 716|回复: 2

scim-0.9.6的疑问,无法运行

[复制链接]
发表于 2004-4-25 15:04:38 | 显示全部楼层 |阅读模式
成功的使用源码编译安装了scim-0.9.6和scim-tables-0.3.5

并在/etc/X11/xinit/xinitrc.d/xinput中修改了相关选项

startx后,通过切换到文字模式可以看到,

scim已经后台运行,但是XWindow下无法调出

且ps -aux | grep 'scim' 发现已经终止,这是怎么回事啊

locale为zh_CN或者en_US都是这样

启动的信息如下
[code:1]
Smart Common Input Method 0.9.6

Loading simple Config module ...
Creating backend ...
Loading Server module: rawcode ...
Loading Server Factory 0 ... : OK
rawcode Server module is successfully loaded.
Loading Server module: socket ...
Failed to load socket Server module.
Loading Server module: table ...
Loading Server Factory 0 ... : OK
Loading Server Factory 1 ... : OK
Loading Server Factory 2 ... : OK
Loading Server Factory 3 ... : OK
Loading Server Factory 4 ... : OK
Loading Server Factory 5 ... : OK
Loading Server Factory 6 ... : OK
Loading Server Factory 7 ... : OK
Loading Server Factory 8 ... : OK
Loading Server Factory 9 ... : OK
Loading Server Factory 10 ... : OK
Loading Server Factory 11 ... : OK
Loading Server Factory 12 ... : OK
Loading Server Factory 13 ... : OK
Loading Server Factory 14 ... : OK
Loading Server Factory 15 ... : OK
Loading Server Factory 16 ... : OK
table Server module is successfully loaded.
Loading x11 FrontEnd module ...
Starting SCIM as daemon ...[/code:1]
 楼主| 发表于 2004-4-25 16:16:13 | 显示全部楼层
接上文

附scim -l的结果
[code:1]
Smart Common Input Method 0.9.6


Available FrontEnd module:
    socket
    x11

Available Config module:
    simple
    socket
    dummy

Available Server module:
    rawcode
    socket
    table
[/code:1]
回复

使用道具 举报

发表于 2004-4-25 17:57:59 | 显示全部楼层
我这里没有问题呀,刚刚编译的
你按照下面的重新编译试试
1.下载源码包:
  tar -zxvf scim-0.9.4.tar.gz
  ./configure --prefix=/usr --sysconfdir=/etc
  make
  make install
2.安装scim-chinese:
rpm -Uvh --force --nodeps scim-chinese-0.2.8-1.i586.rpm
3.编辑~/.xinitrc为
export LANG=zh_CN.GBK
export LC_ALL=zh_CN.GBK
export LC_CTYPE=zh_CN.GBK

export XIM=SCIM
export XIM_PROGRAM=SCIM
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE=xim
scim &

exec gnome-session

killall scim
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 21:45 , Processed in 0.181854 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表