MichaelBibby 发表于 2004-4-24 10:03:36

fcitx 的问题

编译软件的时候,比如dia,或者kdevelop,编译完后fcitx不能输入中文。 :-(
在我机子上出现这种情况已经不止一次了,每次编译完,能出来一个输入条,然后我打了几个字母(我用拼音输入法),fcitx就不能输入中文,然后那个输入条就不见了。
每次我都是rpm -e fcitx,然后再rpm -ivh fcitx,有点麻烦。
我想知道这是个别现象还是bug?在pre6的bug集中帖上没有看到类似的bug。
谢谢各位。

樱家冢 发表于 2004-4-24 10:57:43

可能是fcitx进程死掉了,用
ps aux|grep fcitx
看看还在不在,如果不在就运行
#nohup fcitx &

MichaelBibby 发表于 2004-4-24 11:22:41

可能是fcitx进程死掉了,用
ps aux|grep fcitx
看看还在不在,如果不在就运行
#nohup fcitx &
嗯,谢谢樱兄
下次再碰到了,我就试试

MichaelBibby 发表于 2004-4-24 16:07:11

The same thing happened once again !
$ ps -aux|grep fcitx
Warning: bad syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bibby   13670.00.24832692 pts/1    S    15:39   0:00 grep fcitx
$
And it didn't work !
$ nohup fcitx&
1375
$ nohup: appending output to ‘nohup.out’

+Done                  nohup fcitx
$
I ran the command " fcitx ",the same thing happened !

$ fcitx
$
FCITX -- Get Signal No.: 11
FCITX -- Exit Signal No.: 11
$

樱家冢 发表于 2004-4-24 23:48:25

比较奇怪啊,ps aux|grep fcitx怎么会不行呢……

attiseve 发表于 2004-4-25 20:51:31

用top看看,有没有fcitx的进程
页: [1]
查看完整版本: fcitx 的问题