1.ps -ef|grep fcitx can't find fcitx process
2.manual run fcitx found issue
(ERROR-9380 ime.c:432) fcitx-keyboard-cm-mmuock already exists
3.following many steps on internet, but also failed
1)create xprofile
$cat ~/.xprofile
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
export XIM_PROGRAM=fcitx
export XMODIFIERS="@im=fcitx"
export LC_ALL=zh_CN.utf8
fcitx -d
2)uninstall/reinstall from software center
4.use dpkg to install sogoupinyin_2.2.0.0108_amd64.deb and found which package depends
$sudo dpkg -P fcitx fcitx-config-gtk3
$sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb
install failed and install the depends package
$apt-get install fcitx fcitx-frontend-qt4 libfcitx-qt0 fcitx-libs-qt fcitx-libs libqtwebkit4 libopencc2
5.logout or reboot ubuntu
本文记录了解决Ubuntu系统中fcitx输入法无法正常启动的问题过程,包括尝试重新安装、配置.xprofile文件以及使用包管理器进行依赖管理等步骤。

7038

被折叠的 条评论
为什么被折叠?



