LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1281|回复: 8

有人在 RHEL 4 上使用 SCIM 么?

[复制链接]
发表于 2005-3-9 13:14:53 | 显示全部楼层 |阅读模式
有什么问题么?
发表于 2005-3-9 14:09:57 | 显示全部楼层
scim-1.2.0 + scim-pinyin-0.5.0

很正常,用了几天没发现什么问题
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-9 14:57:21 | 显示全部楼层
Post by AlexChao
scim-1.2.0 + scim-pinyin-0.5.0

很正常,用了几天没发现什么问题


有空的话,麻烦给写一个安装配置介绍吧。
回复 支持 反对

使用道具 举报

发表于 2005-3-9 15:48:30 | 显示全部楼层
好像和lumaqq有点过不去
其它倒是很正常
回复 支持 反对

使用道具 举报

发表于 2005-3-12 19:55:42 | 显示全部楼层
Post by james_su
有空的话,麻烦给写一个安装配置介绍吧。


redhat/fedora板块已经讨论过了,大致就是:

1. scim-1.2.0
./configure --prefix=/usr --sysconfdir=/etc && make && make install

scim-pinyin-0.5.0
./configure --prefix=/usr --sysconfdir=/etc && make && make install

2.在/etc/X11/xinit/xinput.d中,对照minichinput,iiimf写个scim,内容是:
XIM=SCIM
XIM_PROGRAM=scim
XIM_ARGS=-d
GTK_IM_MODULE=scim
gnome-im-settings-daemon >/dev/null

3.运行下面的命令:
/usr/sbin/alternatives --install /etc/X11/xinit/xinput.d/zh_CN xinput-zh_CN /etc/X11/xinit/xinput.d/scim 100
/usr/sbin/alternatives --auto xinput-zh_CN

重启x就行了

没用lumaqq,所以不知道能不能输入
回复 支持 反对

使用道具 举报

发表于 2005-3-12 23:46:34 | 显示全部楼层

FC3安装scim出现问题, 请教``

我执行./configure时提示出错相信如下:


checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See 'config.log' for more details.


请问这是什么问题?
在RHEL AS4中安装也有这样的问题...
回复 支持 反对

使用道具 举报

发表于 2005-3-12 23:59:34 | 显示全部楼层
要想在luma中用scim,注意登录的时候输密码后不要按回车,要用鼠标点登录按钮登录,或者用英文的local
回复 支持 反对

使用道具 举报

发表于 2005-3-13 03:33:07 | 显示全部楼层
Post by Ryun
我执行./configure时提示出错相信如下:


checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See 'config.log' for more details.


请问这是什么问题?
在RHEL AS4中安装也有这样的问题...

没有安装GCC,到ISO里(或是你的光盘里)找到GCC开头的包名,RPM -VIH XX安装吧
或在"添加和删除软件包" 里(没有用RH,好像是吧)把开发的项目选上.就可以了.
回复 支持 反对

使用道具 举报

发表于 2005-3-13 22:58:28 | 显示全部楼层
一、下载scim-1.2.0.tar.gz和scim-pinyin-0.5.0.tar.gz。(我喜欢它的拼音识别率高,所以以拼音为例)
二、解压缩后先编译安装scim-1.2.0.tar.gz:
./configure --prefix=/usr --sysconfdir=/etc
make
make install
然后再解压缩scim-pinyin-0.50.tar.gz:
./configure --prefix=/usr --sysconfdir=/etc
make
make install
此时运行scim -d应该可以在任务栏中看到键盘图标,而且已经正确加载了拼音输入法,但是Ctrl+Space并不能调出scim,而是其它输入法。
三、进入/etc/X11/xinit/xinput.d/目录,建立文件名为scim的空白文件,内容如下:
XIM=SCIM
XIM_PROGRAM=scim
XIM_ARGS=-d
GTK_IM_MODULE=scim
QT_IM_MODULE=scim
gnome-im-settings-daemon >/dev/null
四、输入如下命令:
alternatives --install /etc/X11/xinit/xinput.d/zh_CN xinput-zh_CN /etc/X11/xinit/xinput.d/scim 100
alternatives --auto xinput-zh_CN
五、在/etc/rc.d/rc.local中加入scim -d,表示在计算机启动过程中运行scim
OK,重启计算机,应该可以运行scim了!


找个地方置顶吧
回复 支持 反对

使用道具 举报

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

本版积分规则

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