To install Sogou Pinyin on Ubuntu 22.04 (without an Nvidia card), you must disable Wayland, install the Fcitx 4 input framework, add Chinese language support, and install Sogou's .deb package along with its necessary dependencies.
Step 1: Disable Wayland and Switch to Xorg
Sogou Pinyin can glitch or fail to show on Wayland (Ubuntu's default display server).
Open your terminal (Ctrl + Alt + T) and edit the GDM configuration file:
bash
sudo nano /etc/gdm3/custom.conf
Find the line #WaylandEnable=false and uncomment it by removing the # at the start. The line should look exactly like this:
WaylandEnable=false
Save the file (Ctrl + O, Enter) and exit (Ctrl + X). Restart your computer.
其他的就像是搜狗拼音教的一样,直接按着教程走就行,但是一般是不需要purge ibus框架的