Ubuntu 24.04 中文输入法安装
搜狗输入法,在Ubuntu 24.04上使用失败,安装教程如下
https://shurufa.sogou.com/linux/guide
出现问题的情况,是这个帖子里描述的:
https://forum.ubuntu.org.cn/viewtopic.php?t=493893
后面通过google拼音输入法解决了:
sudo apt install fcitx
sudo apt install fcitx-googlepinyin
fcitx-config-gtk3
参考
https://cloud.tencent.com/developer/article/2417968
后来谷歌输入法也启动不了了,查了下:
Ubuntu 24.04 更适合使用 Fcitx5:
sudo apt purge fcitx*
sudo apt install fcitx5 fcitx5-chinese-addons fcitx5-config-qt
sudo apt install fcitx5-pinyin
im-config -n fcitx5
reboot