This project can use the transplant package to use Linux native WeChat on ubuntu
Ubuntu linux native WeChat
Only tested on ubuntu20.04, not guaranteed to work on other systems
Download WeChat locally
Click to download WeChat
Install flatpak
sudo apt-get install flatpak
Enter the following command to configure
sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
Install WeChat
flatpak install com.tencent.WeChat.flatpak
copy icon
sudo cp /var/lib/flatpak/app/com.tencent.WeChat/current/active/export/share/applications/com.tencent.WeChat.desktop /usr/share/applications/
sudo cp -R /var/lib/flatpak/app/com.tencent.WeChat/current/active/export/share/icons/hicolor/* /usr/share/icons/hicolor/
Give WeChat full directory permissions
sudo flatpak override com.tencent.WeChat --filesystem=home
Restart computer
web1n/wechat-universal-flatpak