|
发表于 2006-12-17 15:50:07
|
显示全部楼层
Post by ning
安装完后,在终端下fcitx之后
提示
can't open chinese punc file:/usr/share/fcitx/data/punc.mb
please set xmodifiers..
然后在浏览器里一打字就会窗口全关,那么该如何设置
操作系统为 ubuntu 6.06 lts 目录/usr/share/fcitx 的权限有问题,执行以下命令即可解决问题
su - root
chmod 755 /usr/share/fcitx |
|