manjaro 安装搜狗输入法
安装搜狗输入法
安装
sudo pacman -S fcitx-im #默认全部安装
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-sogoupinyin
配置:
vim ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
生效
source ~/.xprofile
执行sogou-qimpanel 报错1
报错
sogou-qimpanel
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
open file /usr/share/fcitx-sogoupinyin/SogouInput/sgim_charvalid.bin failed.
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/punctures.ini failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove P
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/punctures.ini failed.
没有那个文件或目录: 没有那个文件或目录
open file failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove C
没有那个文件或目录: 没有那个文件或目录
open file failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove C
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_ext.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove E
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_usr_v3_ext.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove U
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_del_word.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove D
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_phrases.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove A
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_uspm.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove U
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_privilege.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove P
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_eng_usr.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove E
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_url_usr.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove U
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
open file /home/one/.config/SogouPY/sgim_keymap.bin failed.
没有那个文件或目录: 没有那个文件或目录
check false, remove K
没有那个文件或目录: 没有那个文件或目录
没有那个文件或目录: 没有那个文件或目录
解决
-
删除相关配置信息
sudo rm -rf .config/SogouPY
-
删除缓存
rm -rf /tmp./sogou*
-
删除fcitx进程文件
rm -rf /tmp/fcitx-socket-:0
执行sogou-qimpanel 报错2
报错信息
sogou-qimpanel: error while loading shared libraries: libfcitx-qt.so.0: cannot open shared object file: No such file or directory
解决
- 安装aur/fcitx-qt4
- 执行
yay -S fcitx-qt4