本文分享了在Ubuntu环境中使用微信
最近给同学们更换了Ubuntu
开发环境,问题是微信等官方并没有提供Ubuntu
支持版本。同样还有QQ,输入法等,这里分享一些在Ubuntu
中微信的使用。推荐使用第四种,第五种方式。
1. 封装web应用
可以利用nativefier
,nw.js
等打包工具或者设置快捷方式将微信网页版web
打包成应用。目前这种办法不能使用了,Ubuntu
下微信网页版不能正常打开。
2. wewechat
可以使用开源第三方,如wewechat
,electronic-wechat
等,大概率现在也不能正常使用。
3. wine
下载安装后发现有输入框不显示,缺少依赖等问题。
sudo apt-get install wine
下载exe运行:
wine WeChatSetup.exe
4. deepin-wine
使用deepin-wine
环境和deepin
官方原版软件包
- 下载安装
deepin-wine
环境 - 下载软件包
- 安装软件包
微信不能发送图片:dpkg -i xxx.deb
拷贝字体:sudo apt-get install libjpeg62:i386
/usr/share/deepin-wine/wine/fonts
5. deepin-wine
同样也可以使用开源快速方法,其中有很详细的介绍
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
详细配置可详见setup.sh
与文档介绍
sudo apt-get install com.qq.weixin.deepin