ubuntu18.04微信安装

2023-05-16

先安装一下wine

wget -O- https://deepin-wine.i-m.dev/setup.sh | sh

若出现不能解析https的问题,则

echo 'nameserver 8.8.8.8'>>/etc/resolv.conf 

接着

sudo apt-get install com.qq.weixin.deepin

若出现下列软件包有未满足的依赖关系: com.qq.weixin.deepin:i386 : 依赖: deepin-wine6-stable:amd64 (>= 6.0.0.12-1),则

sudo wget http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.8.65deepin0_i386.deb

sudo dpkg -i ./deepin.com.wechat_2.6.8.65deepin0_i386.deb

成功安装。

可能出现的问题:

1. 出现小黑框

找个聊天窗口输入哈哈哈,并发送出去。

2. 输入框中的中文乱码

输入以下命令后,重启微信
sudo apt-get install ttf-wqy-microhei #文泉驿-微米黑
sudo apt-get install ttf-wqy-zenhei #文泉驿-正黑
sudo apt-get install xfonts-wqy #文泉驿-点阵宋体

3. 浮动窗口收纳到托盘

输入以下命令
sudo apt install gnome-shell-extension-top-icons-plus
找到ubuntu中的软件tweaks,中文优化,将扩展中的topicons plus打开。
重启微信

Reference:

https://github.com/zq1997/deepin-wine

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

ubuntu18.04微信安装 的相关文章

随机推荐