ubuntu 20.04安装deepin微信以后的问题解决
先用以下两条命令安装上微信
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
大功告成,现在可以试试安装更新deepin-wine软件了,如:
微信:sudo apt-get install com.qq.weixin.deepin
QQ:sudo apt-get install com.qq.im.deepin
TIM:sudo apt-get install com.qq.office.deepin
钉钉:sudo apt-get install com.dingtalk.deepin
完整列表见 https://deepin-wine.i-m.dev/
🌟 尽量将main restricted universe multiverse这几个系统源都启用(自行百度),免得依赖问题多。
🌟 安装后需要注销重登录才能显示应用图标。
🌟 出了问题?先去github主页看README,再看别人提过的issue,再百度搜搜,避免直接就提issue。
如果觉得有用,不妨来给项目加个star:https://github.com/zq1997/deepin-wine
1、文字太小:
控制台先进入/opt/deepin-wine6-stable/bin 目录
然后输入
env WINEPREFIX="$HOME/.deepinwine/Deepin-WeChat" winecfg
在弹出的窗口选择“显示”页签,
屏幕分辨率 DPI设置为192即可
2、无法最小化到任务栏图标:
sudo apt-get install make git
git clone https://github.com/phocean/TopIcons-plus.git
cd TopIcons-plus
sudo make install INSTALL_PATH=/usr/share/gnome-shell/extensions
然后进入gnome-tweaks激活此插件,重启微信即可
注意上面说的gnome-tweaks非系统自带,但是属于必装软件
sudo apt install gnome-tweaks
安装完后会显示在应用程序列表utilities文件夹下
3、中文显示为方块或者输入框无法输入中文:
字体缺失,从windows下拷贝msyh.ttc文件到linux(最好拷贝所有MS和SIM开头的字体文件):
/.deepinwine/Deepin-WeChat/drive_c/windows/Fonts/ 目录,重启微信即可