本文分享了在Ubuntu环境中使用微信

最近给同学们更换了Ubuntu开发环境,问题是微信等官方并没有提供Ubuntu支持版本。同样还有QQ,输入法等,这里分享一些在Ubuntu中微信的使用。推荐使用第四种,第五种方式。

1. 封装web应用

可以利用nativefiernw.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官方原版软件包

  1. 下载安装deepin-wine环境
  2. 下载软件包
  3. 安装软件包
    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