scim-0.9.6的疑问,无法运行
成功的使用源码编译安装了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都是这样
启动的信息如下
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 ... 接上文
附scim -l的结果
Smart Common Input Method 0.9.6
Available FrontEnd module:
socket
x11
Available Config module:
simple
socket
dummy
Available Server module:
rawcode
socket
table
我这里没有问题呀,刚刚编译的
你按照下面的重新编译试试
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
页:
[1]