fcitx 4.0.1 发布

主要带来一些bugfix,建议更新。

主要变化:

1、解决窗口闪烁问题。

2、皮肤设置上的一些改动。软键盘也支持皮肤设置,dark皮肤更新软键盘图片。

3、文档将不随源码包一起发布,源码包内增加man。

更多详细情况请参见:http://is.gd/iSWKx

同时fcitx-configtool(以前的fcitx-config)和fcitx-sunpinyin也分别更新为0.2.0和0.2.1。

fcitx-configtool:更加友好的快捷键设置。支持外部输入法的配置,更改为单实例。

fcitx-sunpinyin:增加sunpinyin的配置,如模糊音,双拼等。

This entry was posted in fcitx development and tagged , . Bookmark the permalink.

24 Responses to fcitx 4.0.1 发布

  1. wubuntust says:
    Firefox 3.6.13 Ubuntu 10.10 x64

    还在用4.0beta1,其实我都忘了什么版本号…

  2. csslayer says:
    Firefox 4.0b7 Windows 7

    @wubuntust ……竟然还在用beta1…你要是不是源码编译的…ppa上都4.0了……

  3. 右京样一 says:
    Android Webkit 4.0 HTC Hero

    恭喜……另外窗口闪烁是何义?我似乎没遇到过……

  4. Chromium 8.0.552.215 Ubuntu 10.04 x64

    现在是4.0版本。

    话说我被fcitx的拼音五笔惯坏了。

  5. csslayer says:
    Firefox 4.0b7 Windows 7

    @右京样一 自己看issue list吧。也不是谁都遇见吧,大概。我觉得很烦人的一个问题。

  6. 木头 says:
    Google Chrome 9.0.597.16 GNU/Linux

    Arch源里的版本何时会更新呢~

  7. wubuntust says:
    Firefox 3.6.13 Ubuntu 10.10 x64

    @csslayer
    确实是源码编译,教育网的ppa速度你懂的,所以没太多问题我就随它去~

  8. flay says:
    Opera 11.00 GNU/Linux x64

    =========发一个Arch下的PKGBUILD=======================
    pkgname=fcitx
    pkgver=4.0.1
    pkgrel=1
    pkgdesc=”Free Chinese Input Toy of X – Input Method Server for X window system (XIM)”
    arch=(‘i686’ ‘x86_64’)
    url=”http://www.fcitx.org/”
    license=(‘GPL’)
    depends=(‘libxft’ ‘libxpm’ ‘libxtst’ ‘dbus-core’ ‘pango’)
    source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}_all.tar.gz)

    build() {
    cd “${srcdir}/${pkgname}-${pkgver}”
    ./configure –prefix=/usr || return 1
    make || return 1
    make DESTDIR=”${pkgdir}” install || return 1
    }
    md5sums=(‘844f6a382ca970d6c3343e12148be641’)

    好像默认不会在屏幕顶上出现图标,有点不习惯,怎么改设置?

  9. csslayer says:
    Firefox 4.0b7 Windows 7

    @flay 如果我没搞错的话……你是指主面板?把aur上的fcitx-configtool装下(可能还没更新……),然后调主窗口隐藏模式。手动改配置文件的话,看本blog左侧的handbook。

  10. flay says:
    Opera 11.00 GNU/Linux x64

    OK,我去看看配置文件。
    非常感谢!

  11. flay says:
    Opera 11.00 GNU/Linux x64

    $vim ~/.config/fcitx
    # 主窗口隐藏模式
    MainWindowHideMode=Show

    默认为Auto,该为Show就可以了,很好。

  12. Auston Jary says:
    ChromePlus 1.5.1.1 Windows 7

    我刚把AUR上那个 fcitx-configtool 的包给遗弃了…
    貌似有个 fcitx-configtool-hg ,不过那个也没更新

  13. landskyy says:
    Firefox 3.6.13 Mandriva 2010.1

    ppa里的fcitx4.01 deb包只有200多k?
    怎么回事?
    以前的不都有7M多吗?

  14. csslayer says:
    Firefox 3.6.13 GNU/Linux

    @landskyy 因为拆包了,拆包了。fcitx-configtool打包还有点问题,先不用着急装fcitx-configtool

  15. Kuun says:
    Google Chrome 8.0.552.224 GNU/Linux

    4.x可用3.x的码表吗?我用超强二笔,可是无论是从网上下的码表还是自己按照wiki中方法制作的都不行啊,。。。,求助中

  16. csslayer says:
    Firefox 3.6.13 GNU/Linux

    @Kuun 可以,制作方法一样,不过注意文件需要是utf8编码,3.x是gbk编码,拿个编辑器自己另存为下吧。

  17. chenfc says:
    Chromium 10.0.618.0 Ubuntu 10.04

    我想在fcitx 中加入一个手写输入法, 基本可以使用了.
    我想问下在fcitx 代码中, 怎样去判断正在接受输入的窗口是否最小化或关闭了呢…我编译时,
    已经开启了 –enable-debug, 但是关闭或最小化时,fcitx 中并没打印输出~~~

  18. mint says:
    Firefox 4.0b8 GNU/Linux

    请问fcitx在火狐里第一次输入的时候不能光标跟随是火狐的bug还是fcitx的bug?

  19. 米迦勒 says:
    Google Chrome 8.0.552.224 GNU/Linux

    Ubuntu下的deb包,再哪里找到下载呢?

  20. csslayer says:
    Firefox 3.6.13 GNU/Linux

    @chenfc 关闭时不接受xkeyevent,所以没输出的。嗯,我想你可以参考一下fcitx-remote,它有获得当前状态的功能。如果是在运行时直接访问的话那就是看CurrentIC这个变量了。

  21. csslayer says:
    Firefox 3.6.13 GNU/Linux

    @米迦勒 ppa源,地址在fcitx的google code首页有

  22. mint says:
    Firefox 4.0b8 GNU/Linux

    现在做的实在是难看死了,软键盘根本不需要皮肤,做个想小小那样的窗口式的也不错

  23. pasv says:
    Firefox 4.0 GNU/Linux

    说实话,sunpinyin和 configtool2.0不会安装,只能安装 configtool1.4。不是人人都是编程高手,希望文档能做得详细些。
    PS:ubuntu9.10没有ppa源,只能编译安装,但是4.0.1 ./config 无错,编译时出现错误,后来安装4.0.0时才发现缺少libcairo-dev,为什么4.0.1 config时没检查出来?
    当然不可否认,fcitx仍是我最喜爱得linux平台输入法,向你们致敬。

  24. csslayer says:
    Firefox 4.0 Windows 7

    @pasv 除了fcitx本身,其他文档确实还比较落后,另外因为最近主要关注在4.1的开发上(因为也有不小的修改),等下次更新的时候再一起更新文档。

    抱歉。

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.