Tag Archives: fcitx

KDE-Look.org 增加 Fcitx 的皮肤分类

打包请用 .tar.gz 格式,重命名为  .fskin 其中只包含一个子目录。(就是直接把 ~/.config/fcitx/skin下面的某个子目录直接打包) 具体地址在这。 http://kde-look.org/index.php?xcontentmode=88 我会尽快在kcm-fcitx里面集成在线下载功能。

Posted in fcitx development | Tagged | 3 Comments

Here comes fcitx-fbterm!

http://blip.tv/file/get/Csslayer-FcitxFbtermDemostration765.3gp https://github.com/fcitx/fcitx-fbterm 除了按照CMake常规手段安装之外,如果你想要测试这个东西,有以下两种方法。 1、有一个正在X中运行的fcitx。 export DISPLAY=:0 # 假设你的显示是0 fbterm -i fcitx-fbterm。 2、没有X。 eval `dbus-launch –auto-syntax` fcitx > /dev/null 2>&1 # 不显示标准输出 fbterm -i fcitx-fbterm 另外,如果想要在fbterm里面用上输入法,还需要设置 sudo setcap ‘cap_sys_tty_config+ep’ /usr/bin/fbterm 或者 sudo chmod u+s /usr/bin/fbterm 但无论如何,你都需要编译fcitx的dbus支持。另外几乎不用说的就是,你需要Fcitx的最新代码才能玩这个东西。另外目前同一个用户运行两个以上的fcitx并不安全。 以后会加入方便启动的脚本。 还有顺便一提,fbterm的输入法切换键 CTRL + SPACE是写死在fbterm的代码里面的。这个不由fcitx控制。 … Continue reading

Posted in fcitx development | Tagged , , | 9 Comments

KCM Fcitx

抢第一个有kcm的输入法的位置! http://blip.tv/file/get/Csslayer-FcitxKCMDemostration567.mp4

Posted in fcitx development | Tagged , | 1 Comment

代码行数

fcitx-googlepinyin:695行,scim-googlepinyin:3892行 fcitx-sunpinyin:697行,scim-sunpinyin:1856行,ibus-sunpinyin:引擎 2944 行 + py配置 597行。

Posted in fcitx development | Tagged , , | 12 Comments

流水和记录

解决了两个问题: 1、目前Archlinux的Nepomuk索引乱码:降级Virtuoso到6.1.2。 2、fcitx和firefox的flash,把ipc禁用掉。就可以用fcitx在flash里面输入中文了。 dom.ipc.plugins.enabled设置为false,或者添加新值dom.ipc.plugins.enabled.libflashplayer.so设置为false,似乎是firefox的插件隔离机制导致的。 今天看ikde.org的访问记录,看见了www.goso.cn,于是去看看是什么爬虫……结果发现是人民搜索orz。于是顺便又看了看有什么爬虫…还看见了有道。

Posted in 日志 | Tagged , , , , | 10 Comments