赞
踩
这里先作声明:本文的技术只能在 Ubuntu 18.04 上应用,对 Ubuntu 20.04 不适用。
道路虽然曲折了点,但前途是光明的,最终我们还是可以实现Ubuntu18.04下使用微信的。
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
# 或者 Github
git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git
cd deepin-wine-ubuntu
# 二选一
# 最好选择这个,否则责任自负
chmod +x install.sh
sudo ./install.sh
# 或者
chmod +x ./install_2.8.22.sh
sudo ./install_2.8.22.sh
下载最新版本的微信 deb 包到 https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/ 下载,选择最新版本,目前(截止于 2021 年 4 月 13 日)是 deepin.com.wechat_2.6.8.65deepin0_i386.deb ,点击即可下载。
安装微信:
sudo dpkg -i /path/to/deepin.com.wechat_2.6.8.65deepin0_i386.deb
如果顺利的话,很快就会安装好。
好了,现在可以启动微信。
启动微信如果出现中文不可显示(用方块代替),解决方案如下:
下载“微软雅黑字体”到 https://github.com/owent-utils/font/blob/master/%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91/MSYH.TTC 下载字体,然后解压,得到字体文件 msyh.ttc
將字体复制到指定的位置
cp /path/to/MSYH.TTC ~/.deepinwine/Deepin-WeChat/drive_c/windows/Fonts/msyh.ttc
將字体注册到 Wine:
vim ~/.deepinwine/Deepin-WeChat/font.reg
键入如下内容,保存:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"MS Shell Dlg"="msyh"
"MS Shell Dlg 2"="msyh"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
"Lucida Sans Unicode"="msyh.ttc"
"Microsoft Sans Serif"="msyh.ttc"
"MS Sans Serif"="msyh.ttc"
"Tahoma"="msyh.ttc"
"Tahoma Bold"="msyhbd.ttc"
"msyh"="msyh.ttc"
"Arial"="msyh.ttc"
"Arial Black"="msyh.ttc"
注册font.reg
WINEPREFIX=~/.deepinwine/Deepin-WeChat/ deepin-wine regedit ~/.deepinwine/Deepin-WeChat/font.reg
重启微信
有小黑块的化,输入表情后可以化解
【注】文中若有任何疑问或不当之处,欢迎指出。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。