Ce projet peut utiliser le package de transplantation pour utiliser WeChat natif Linux sur Ubuntu
WeChat natif d'Ubuntu Linux
Testé uniquement sur Ubuntu20.04, non garanti pour fonctionner sur d'autres systèmes
Téléchargez WeChat localement
Cliquez pour télécharger WeChat
Installer Flatpak
sudo apt-get install flatpak
Entrez la commande suivante pour configurer
sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
Installer WeChat
flatpak install com.tencent.WeChat.flatpak
icône de copie
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/
Accordez à WeChat les autorisations complètes du répertoire
sudo flatpak override com.tencent.WeChat --filesystem=home
Redémarrer l'ordinateur
web1n/wechat-universal-flatpak