ubuntu22.04桌面版安装linux搜狗输入法

本文参考搜狗输入法官方教程,并针对ubuntu22.04做了一些调整,搜狗输入法目前不支持fcitx5,如果需要使用搜狗输入法只能安装fcitx 4
https://pinyin.sogou.com/linux/help.php

1.安装fcitx

# 查看fcitx版本 
apt info fcitx | grep Version
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Version: 1:4.2.9.8-5
# 安装fcitx,此处安装fcitx4
sudo apt install -y fcitx

2.设置系统默认键盘为fcitx

- 打开 系统设置——区域和语言——管理已安装的语言——在“语言”tab下——点击“添加或删除语言”
- 弹出“已安装语言”窗口,勾选中文(简体),点击应用
- 回到“语言支持”窗口,在键盘输入法系统中,选择“fcitx”

3.安装输入法依赖

sudo apt install -y libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2
sudo apt install -y libgsettings-qt1

4.安装搜狗输入法

# 下面链接可能会失效,可自行去官网下载
wget https://ime-sec.gtimg.com/202408061101/750651a57f1e37c464f0d3796cce6e1a/pc/dl/gzindex/1680521603/sogoupinyin_4.2.1.145_amd64.deb
sudo apt install ./sogoupinyin_4.2.1.145_amd64.deb

5.关闭Wayland

在ubuntu22.04中,必须关闭WaylandEnable,否则会出现冲突

# 在/etc/gdm3/custom.conf文件内,取消注释WaylandEnable
cat /etc/gdm3/custom.conf  | grep WaylandEnable
WaylandEnable=false

posted @ 2024-08-06 11:14  二乘八是十六  阅读(651)  评论(0编辑  收藏  举报