从http://code.google.com/p/fcitx/download ... all.tar.gz下载源代码,在安装上所有必需依赖后成功编译并安装,编译参数
代码: 全选
./configure --prefix=/usr --enable-tray=yes --enable-recording=yes --enable-dbus=yes
但是fcitx无法启动。
代码: 全选
USERNAME@MY_COMPUTER_NAME:~$ fcitx
Info:configfile.c:297-Load Config File /home/yifei/.config/fcitx/config
Info:MyErrorsHandlers.c:73-FCITX -- Get Signal No.: 11
Obtained 8 stack frames.
fcitx() [0x804c833]
[0x1bf400]
fcitx() [0x807106b]
fcitx() [0x807108d]
fcitx() [0x8071f77]
fcitx() [0x8051ddb]
/lib/libc.so.6(__libc_start_main+0xe7) [0x95dce7]
fcitx() [0x804baf1]
代码: 全选
USERNAME@MY_COMPUTER_NAME:~$ fcitx -d
Info:configfile.c:297-Load Config File /home/yifei/.config/fcitx/config
Info:MyErrorsHandlers.c:73-FCITX -- Get Signal No.: 11
Obtained 8 stack frames.
fcitx() [0x804c833]
[0x9c4400]
fcitx() [0x807106b]
fcitx() [0x807108d]
fcitx() [0x8071f77]
fcitx() [0x8051ddb]
/lib/libc.so.6(__libc_start_main+0xe7) [0x533ce7]
fcitx() [0x804baf1]
代码: 全选
USERNAME@MY_COMPUTER_NAME:~$ fcitx &
[1] 1908
USERNAME@MY_COMPUTER_NAME:~$ Info:configfile.c:297-Load Config File /home/yifei/.config/fcitx/config
Info:MyErrorsHandlers.c:73-FCITX -- Get Signal No.: 11
Obtained 8 stack frames.
fcitx() [0x804c833]
[0x3ec400]
fcitx() [0x807106b]
fcitx() [0x807108d]
fcitx() [0x8071f77]
fcitx() [0x8051ddb]
/lib/libc.so.6(__libc_start_main+0xe7) [0x9b6ce7]
fcitx() [0x804baf1]
[1]+ Done fcitx
另外,很奇怪的是
~/.fcitx不存在
~/.config/fcitx/下面只有一个文件:crash.log
代码: 全选
// ~/.config/fcitx/crash.log
FCITX -- Get Signal No.: 11
Obtained 8 stack frames.
fcitx() [0x804c833]
[0x3ec400]
fcitx() [0x807106b]
fcitx() [0x807108d]
fcitx() [0x8071f77]
fcitx() [0x8051ddb]
/lib/libc.so.6(__libc_start_main+0xe7) [0x9b6ce7]
fcitx() [0x804baf1]
HELP NEEDED!!!!!
THANKS!