ubuntu(18.04,20.04)安装wechat
安装wine
配置wine
终端中运行winecfg
,选择win10,参考下面链接:
https://misland.github.io/2021/05/11/ubuntu-wine-wechat/
配置微信运行环境
-
安装winetricks
终端运行命令
sudo apt install winetricks
安装winetricks -
安装riched20(解决输入框不显示输入内容问题)
终端运行
winetricks riched20
,但是并不能正常运行成功,会提示超时,需要手动下载,需要的两个文件下载链接:W2KSP4_EN.EXE、InstMsiW.exe,之后将W2KSP4_EN.EXE复制到/home/[user]/.cache/winetricks/win2ksp4目录下,将InstMsiW.exe复制到 /home/[user]/.cache/winetricks/msls31目录下,再次运行winetricks riched20
即可如果下载不了,在此链接下载:https://drive.google.com/drive/folders/1Ln0eKywfJeFMPvupoHPSgda2D2zLUCC6?usp=drive_link
-
设置微信运行环境为中文(解决输入框中文显示乱码问题)
https://misland.github.io/2021/05/11/ubuntu-wine-wechat/