Ubuntu 18.04安装搜狗输入法后无法显示中文

前置

  • Ubuntu系统: Ubuntu 18.04 LTS
  • 搜狗输入法版本: sogoupinyin_4.2.1.145_amd64.deb

搜狗输入法Linux官方安装指导:https://shurufa.sogou.com/linux/guide

问题

按照官方文档安装后,发现fcitx管理已经添加搜狗输入法,也能成功切换,但是无法输入中文。

定位

手动运行搜狗输入法服务

shell 复制代码
long@long:~$ /opt/sogoupinyin/files/bin/sogoupinyin-service 
/opt/sogoupinyin/files/bin/sogoupinyin-service: error while loading shared libraries: 
libQt5QuickWidgets.so.5: cannot open shared object file: No such file or directory

问题原因:缺少libQt5QuickWidgets.so.5动态库

解决

shell 复制代码
sudo apt-get install libqt5quickwidgets5
相关推荐
AhPhong1 小时前
Linux免驱使用PCAN,使用方法以Ubuntu为例
linux·ubuntu·pcan
Eric.Lee20214 小时前
ubuntu 系统 多条命令通过 bash 脚本执行
linux·ubuntu·bash
南棱笑笑生5 小时前
20250614让NanoPi NEO core开发板在Ubuntu core16.04系统下使用耳机播音测试
linux·运维·ubuntu
wb18912 小时前
流编辑器sed
运维·笔记·ubuntu·云计算
福理原乡大王15 小时前
Linux信号详解
linux·运维·服务器·c++·ubuntu·信号处理
锅锅是锅锅15 小时前
ubuntu调整硬盘大小-使用gparted
linux·ubuntu·硬盘·gparted
자신을 변화시키다17 小时前
磁盘配额管理
linux·运维·服务器·ubuntu·磁盘管理
자신을 변화시키다18 小时前
Linux NFS服务器配置
linux·运维·服务器·经验分享·ubuntu·实验
fengfuyao9851 天前
使用ubuntu串口数据收和发不一致问题
linux·数据库·ubuntu
Jooolin1 天前
【编程史】Ubuntu到底是啥?它和Linux又是什么关系?
linux·ubuntu·操作系统