Ubuntu18.04 上 安装微信(Deepin-Wechat)
Posted J-A
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu18.04 上 安装微信(Deepin-Wechat)相关的知识,希望对你有一定的参考价值。
微信什么时候支持在linux下的安装包啊,我的天哪,感觉受到了针对,各位看官且看下图:
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-S6GdgQPX-1632972271000)(.\\Image\\wechat\\1.png)]
这里先作声明:本文的技术只能在 Ubuntu 18.04 上应用,对 Ubuntu 20.04 不适用。
道路虽然曲折了点,但前途是光明的,最终我们还是可以实现Ubuntu18.04下使用微信的。
一、安装Deepin-Wine环境
- 把 Deepin-wine-for-ubuntu Git 仓库的内容克隆到本地:这里可选择 Github 或者 Gitee,Gitee 的优点是它在国内,速度快,那么相对地, Github 肯定是慢,所以选择 Gitee 仓库:
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
- 安装:这里有两个选择:1 是运行 install.sh 脚本(Ubuntu 18.04 最好运行这个),2 是运行以下的脚本,此脚本包含 deepin-wine 的官方最新环境。
# 二选一
# 最好选择这个,否则责任自负
chmod +x install.sh
sudo ./install.sh
# 或者
chmod +x ./install_2.8.22.sh
sudo ./install_2.8.22.sh
二、安装Deepin 版微信
-
下载最新版本的微信 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
-
重启微信
-
有小黑块的化,输入表情后可以化解
-
【注】文中若有任何疑问或不当之处,欢迎指出。
以上是关于Ubuntu18.04 上 安装微信(Deepin-Wechat)的主要内容,如果未能解决你的问题,请参考以下文章
[ubuntu][原创]ubutnu18.04安装 deepin-wine
[ubuntu][原创]ubuntu18.04安装微信最简单方法2022年