Wine Wechat

sudo dpkg --add-architecture i386 

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt install --install-recommends winehq-stable
export WINEARCH=win32
export WINEPREFIX=~/.wine32

<accept all installs and OK the defaults after next command>

winecfg
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo apt install cabextract
./winetricks corefonts gdiplus riched20 riched30 wenquanyi

<After this command, import the .reg file into registry and close the window>
./winetricks regedit

<Install WeChat>
wine WeChat_C1018.exe


http://support-open.huawei.com/upload/resource/doc/huawei-ready/guides/UbuntuL2TPVPNSetupGuide_en.pdf


Managed to fix the Chinese characters with some experimentation – I am not 100% which part of this fixed, so experiment.
This thread helped: https://forum.winehq.org/viewtopic.php?t=30788

Install the locale if you don’t have already
sudo apt-get -y install language-pack-zh-hans
Install some extra winetricks:
winetricks msls31 ole32 riched20 riched32
winetricks corefonts cjkfonts mscorefonts noto-fonts-cjk
When you install wechat - set the locale, use
LC_ALL="zh_CN.UTF8" wine WeChat_C1018.exe

Now correctly seeing characters in the mini-program menus

=====================

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git


http_proxy="http://10.178.64.17:8888"
https_proxy="http://10.178.64.17:8888"

LC_ALL="zh_CN.UTF8" wine /home/efecuser/Desktop/WeChat/WeChat.exe

 

https://files.cnblogs.com/files/danielwangjf/EFVPN.zip

https://files.cnblogs.com/files/danielwangjf/chn_fonts.zip

Guess you like

Origin www.cnblogs.com/danielwangjf/p/12424898.html