LinuxSir.cn,穿越时空的Linuxsir!

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

小企鹅输入法:Fcitx-2.0.0pr7除BUG版发布,请弟兄们测试

 关闭 [复制链接]
发表于 2003-12-24 16:36:34 | 显示全部楼层 |阅读模式

小企鹅输入法Fcitx-2.0.0pr7发布,请弟兄们测试

作者:Yuking
来自:Fcitx.Org

提要:Fcitx──小企鹅输入法,是Yuking兄开发的linux操作系统中的中文输入法,Fcitx是目前Linux社区中最强劲的输入法之一。Fcitx包括拼音(全拼和双拼),五笔和区位等模块。


当前最新测试版fcitx-2.0.0pr7(注此版本号是为了和上一个版本区别),包括拼音(全拼和双拼)和五笔;最稳定版本是1.85x(包括 拼音 五笔和区位输入)。如果您也参想参与到测试行列,请您阅读下面的文章,请您提交测试报告。


本版最新特性:
0.增加后台调用功能 ,如果不想使用后台,可以这样运行fcitx -nb
1.如果词库中有相应的词组,能提供词库有词组的信息;
2.拼音输入的智能匹配能力大为增强;
3.修正了一些pre6版本中的几个BUG,如解决了shift+ctrl输入法切换时的问题等。
4.增加了那个只输入全拼的设置
5.输入法的图标位置进行了改变;





一、下载:

http://download.linuxsir.cn/fcitx/fcitx-2.0.0pr7.tar.bz2

二、解压和安装:

[root@sir root]#tar jxvf fcitx-2.0.0pr7.tar.bz2

[root@sir root]#cd fcitx-2.0.0pr7
[root@sir fcitx-2.0.0pr7]#make clean
[root@sir fcitx-2.0.0pr7]#make
[root@sir fcitx-2.0.0pr7]#make install

注:在不同的发行版中,可能存在make时通不过的情况,比如Slackware;所以我已经在我的机器上编译过了。您直接执行make install就可以。

如果您以前用的是fcitx的旧版本,可以删除当前用户目录下的.fcitx
[root@sir fcitx-2.0.0pr7]#rm -rf ~/.fcitx

退出当前用户,请重新登入,Fcitx就ok了。

三、配制文件在哪里呢?

也就是当前用户的家目录下的.fcitx目录中,有两个文件,一个是config,另一个是profile;其实

[root@sir root]#ls ~/.fcitx/
config profile
[root@sir root]#

你可以根据自己的喜欢的设置来更改这两个文件;

如果您的系统中,只要能支持中文,fcitx就可自动适应。如果您认为显示的字体不太好看,您也可以自己来改字体。比如您的系统中有SimSun字体。我们就可以改config文件中的下面的一行。
显示字体=*
改为
显示字体=Simsun


四、特别情况,特别对待:

1.针对Slackware,要做一些相应的设置

在当前用户目录下创建一个.profile,以root用户为例:

[root@sir root]#touch .profile

然后添加如下段落:


#FCITX
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx

#LOCALE setup
export LC_ALL=zh_CN
export LANG=zh_CN

#load fcitx
fcitx&

2.如果是其它的发行版也存在出现"没有设置XMODIFIERS“的情况,可以在当用户目录的.bashrc中添加下面的一段。

#FCITX
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx

#LOCALE setup
export LC_ALL=zh_CN
export LANG=zh_CN

欢迎弟兄们提交测试报告 ,如果您喜欢用拼音 ,请您说一下拼音模块还应该有哪些功能。
发表于 2003-12-24 16:41:26 | 显示全部楼层
很好用
发表于 2003-12-24 16:42:36 | 显示全部楼层
点击logo"企鹅“没反应啊
发表于 2003-12-24 16:43:46 | 显示全部楼层
按这个logo吸以拖动,不知您还希望它有什么功能?
发表于 2003-12-24 16:46:18 | 显示全部楼层
cookie等。。来点惊喜啊。。。

有礼物最好了。。。。
发表于 2003-12-24 16:49:52 | 显示全部楼层
fcitx: BadMatch (invalid parameter attributes)
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  73 (X_GetImage)
  Serial number of failed request:  414
  Current serial number in output stream:  414

press " Ctrl + space"

press "ctrl + shift"

fcitx: BadMatch (invalid parameter attributes)
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  73 (X_GetImage)
  Serial number of failed request:  673
  Current serial number in output stream:  673
发表于 2003-12-24 16:54:30 | 显示全部楼层
最初由 黄叶 发表
fcitx: BadMatch (invalid parameter attributes)
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  73 (X_GetImage)
  Serial number of failed request:  414
  Current serial number in output stream:  414

press " Ctrl + space"

press "ctrl + shift"

fcitx: BadMatch (invalid parameter attributes)
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  73 (X_GetImage)
  Serial number of failed request:  673
  Current serial number in output stream:  673

如果您前面用的是pr4,删除.fcitx试试呢?
 楼主| 发表于 2003-12-24 16:55:35 | 显示全部楼层
这个版本一切正常,Yuking兄发过来时,我测试过了,到目前为止还没有发现什么问题 。在Pr6中出现的几个虫,已经被 Yuking兄差不多已经捉完了。是不是会有新问题,还是请弟兄们测试,并提交报告。

另:版本号是我定的,Yuking兄没有说发布pr7,但因为要和上一个版本有所区别,为了测试上的方便,所以我就自做主张,把版本号改成了pr7。


北南 呈上
发表于 2003-12-24 16:58:37 | 显示全部楼层
搞明白是怎么回事了。每个系统不一样的。
因为这个软件中是已经编译好了的。可能会不适合每个人的系统。

我觉得北南兄需要改一下上面的安装指南:

先要清掉已经编译好的.o 文件。
make clean

然后make;
make install

安装好后,删除掉用户目录里的.fcitx目录。然后运行fcitx就可以了。
 楼主| 发表于 2003-12-24 17:03:08 | 显示全部楼层
最初由 黄叶 发表
搞明白是怎么回事了。每个系统不一样的。
因为这个软件中是已经编译好了的。可能会不适合每个人的系统。

我觉得北南兄需要改一下上面的安装指南:

先要清掉已经编译好的.o 文件。
make clean

然后make;
make install

安装好后,删除掉用户目录里的.fcitx目录。然后运行fcitx就可以了。


是,是我失误

多谢叶兄回馈

我已经改过来了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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