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
相关推荐
海兰9 小时前
【插件】Logbook 插件完全指南(适配 Ubuntu 24.04)
linux·运维·人工智能·ubuntu·agent·openclaw
勇往直前plus9 小时前
Docker PostgreSQL 16 部署要点(Ubuntu 22)
ubuntu·docker·postgresql
Eloudy15 小时前
sunshine - ubuntu 22.04, moonlight - mac OS26 远程桌面
linux·运维·ubuntu
牢姐与蒯16 小时前
Linux进程(二)之进程概念
linux·运维·服务器·ubuntu
猫吃了源码18 小时前
Linux系统制作 Ubuntu Server 24.04 启动U盘详细教程
linux·服务器·ubuntu
奈斯先生Vector1 天前
从 127.0.0.1:3080 到插件运行时:DeepSeek Harness 远程开发与版本治理实战
linux·运维·人工智能·ubuntu·aigc
头发够用的程序员2 天前
ImportError: libopenblas.so.0: cannot open shared object file 完整复盘与解决方案
python·ubuntu
搬砖的小码农_Sky2 天前
LANDrop 在 Ubuntu 上的安装方法
linux·运维·计算机网络·ubuntu
King of fraud3 天前
Linux Ubuntu 基础操作入门指南
linux·运维·ubuntu
益达丫3 天前
Linux信号机制:从闹钟到进程终止的全面解析
linux·笔记·学习·mysql·ubuntu