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
相关推荐
欧云服务器3 天前
怎么让脚本命令可以同时在centos、debian、ubuntu执行?
ubuntu·centos·debian
智渊AI3 天前
Ubuntu 20.04/22.04 下通过 NVM 安装 Node.js 22(LTS 稳定版)
ubuntu·node.js·vim
The️3 天前
Linux驱动开发之Read_Write函数
linux·运维·服务器·驱动开发·ubuntu·交互
再战300年3 天前
Samba在ubuntu上安装部署
linux·运维·ubuntu
qwfys2003 天前
How to install golang 1.26.0 to Ubuntu 24.04
ubuntu·golang·install
木尧大兄弟3 天前
Ubuntu 系统安装 OpenClaw 并接入飞书记录
linux·ubuntu·飞书·openclaw
小虾爬滑丫爬3 天前
ubuntu上设置Tomcat 开机启动
ubuntu·tomcat·开机启动
老师用之于民3 天前
【DAY25】线程与进程通信:共享内存、同步机制及实现方案
linux·c语言·ubuntu·visual studio code
小虾爬滑丫爬3 天前
Ubuntu 上设置防火墙
ubuntu·防火墙
林开落L3 天前
解决云服务器内存不足:2 分钟搞定 Ubuntu swap 交换区配置(新手友好版)
运维·服务器·ubuntu·swap交换区