一、Wine 微信
(一)Debian系
com.qq.weixin.deepin
安装
通过脚本添加源并更新
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
安装com.qq.weixin.deepin
sudo apt install com.qq.weixin.deepin
对应问题
订阅号图片不显示、聊天图片无法打开
sudo apt install libjpeg62:i386
(二)Arch系
deepin-wine-wechat-arch
通过yay安装
yay -S deepin-wine-wechat
对应问题
公众号文章打开后窗口闪退
yay -S noto-fonts-sc
(三)共同问题
右键从文件夹中显示会打开浏览器
创建
/bin/dde-file-manager
文件KDE桌面用户写入以下内容
#!/bin/sh dolphin --select "$2"
XFCE桌面用户写入以下内容
#!/bin/bash nautilus --select "$2"
赋予执行权限
sudo chmod +x /bin/dde-file-manager
参考文章
无法使用内置浏览器 #212· vufa/deepin-wine-wechat-arch
接收到的文件右击在文件夹中显示会打开浏览器 · Issue #195 · vufa/deepin-wine-wechat-arch
转载请注明来源,欢迎对文章中的引用来源进行考证,文章可能具有时效性,欢迎指出任何有错误、已失效或不够清晰的表达 ,可通过[邮件](mailto:cnlnnn@qq.com)联系垃圾堆主人