Answers:
您可以使用Franz并在那里配置您的微信帐户。
它支持:
到目前为止,已安装3.0.0版本,并且可用于Windows,Linux和OSX。
我不知道什么是QQ,因此无法对此发表评论。
一种方法是安装WeChat,这是用于Linux的第三方WeChat客户端,称为electronic-wechat。
linux-ia32.tar.gz或者linux-x64.tar.gztar xvf linux-ia32.tar.gz或提取文件tar xvf linux-x64.tar.gz./electronic-wechat安装电子微信对我有用。
sudo apt install snapd snapd-xdg-open
sudo snap install electronic-wechat
For account security, newly registered WeChat accounts are unable to log in to Web WeChat. To use WeChat on a computer, use Windows WeChat or Mac WeChat at http://wechat.com
我想建议Wine QQ。
首先从ubuntukylin(它是Ubuntu的中文修改版)下载并解压缩文件。
将CD放入该文件夹,然后使用以下命令安装所有deb:
sudo dpkg –i DEB_PACKAGE
对于那些遇到未满足的依赖关系的人:
sudo apt-get -f install ./wine-qqintl_0.1.3-2_i386.deb
安装微信成功
修复□,通过编辑WeChat.desktop文件的
文件路径:~/.local/share/applications/wine/Programs/WeChat/WeChat.desktop
[Desktop Entry]
...
Exec=env WINEPREFIX="/home/tom/.wine" wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/tom/.wine/dosdevices/c:/users/Public/Desktop/WeChat.lnk
...
至
[Desktop Entry]
...
Exec=env LC_ALL=zh_CN.UTF-8 WINEPREFIX="/home/tom/.wine" wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/tom/.wine/dosdevices/c:/users/Public/Desktop/WeChat.lnk
...
我不会解决写面板不显示文本的问题,我可以这样做:
C:\Windows\SysWOW64\riched20.dll到.wine/drive_c/windows/syswow64\riched20.dllC:\Windows\System32\riched20.dll到.wine/drive_c/windows/system32/riched20.dll2.1,2.2我卸载微信wechat.exe并安装wechat.desktop:
[Desktop Entry]
Name=WeChat
Exec=env LC_ALL=zh_CN.UTF-8 WINEPREFIX="/home/tom/.wine" wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/tom/.wine/dosdevices/c:/users/Public/Desktop/WeChat.lnk
Type=Application
StartupNotify=true
Path=/home/tom/.wine/dosdevices/c:/Program Files (x86)/Tencent/WeChat
Icon=06F2_WeChat.0
StartupWMClass=wechat.exe
Name[en_US]=WeChat_1.desktop
.wine/drive_c/Program Files (x86)/Tencent/TIM/Bin/RICHED20.DLL到.wine/drive_c/Program Files (x86)/Tencent/WeChat/RICHED20.DLLselect the default wineprefix (单击确定)install a Windows DLL or component (单击确定)riched20,riched30,richtx32(点击OK)但是我的微信现在可以正常工作了
deepin Screenshot修复了它此存储库显示了如何在基于Ubuntu的Linux发行版上安装Deepin打包的Deepin-wine应用程序,这些发行版包括Wechat,QQ,TIM,Thunder Speed等。