ubuntu 安装微信和企业微信 2020-05-28

一、环境

Ubuntu16.04

安装Wine环境

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
./install.sh

二、Ubuntu18.04

安装Wine环境

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
./install_2.8.22.sh

Ubuntu18.04下载微信时,要下载低版本的 :deepin.com.wechat_2.6.2.31deepin0_i386.deb

三、安装所需容器

3.1 全部下载链接:http://mirrors.aliyun.com/deepin/pool/non-free/d/

QQ:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/

TIM:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.office/

微信:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat

https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/blob/master/deepin.com.wechat_2.6.2.31deepin0_i386.deb

企业微信:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.weixin.work/

3.2 选择.deb文件下载

3.3 在文件保存的路径上打开终端进行安装

sudo dpkg -i 包名

四、运行

进入搜索框搜索安装的软件,点击图标后即可运行。

五、如果出现无法输入中文

cd /opt/deepinwine/tools/
sudo chmod 777 run.sh  #修改权限
gedit run.sh   

在打开的文件末尾添加:

export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx" 
export XMODIFIERS="@im=fcitx"

重新启动即可。

六、安装后如果无法发送图片:

sudo apt install libjpeg62:i386

七、当Ubuntu18.04(Linux)为非中文状态时

gedit /opt/deepinwine/tools/run.sh

找到WINE_CMD,修改为:

WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine"

参考文章

原文链接:https://blog.csdn.net/baidu_36790875/article/details/89161589

https://blog.csdn.net/qq_24624539/article/details/104020792?utm_medium=distribute.pc_relevant.none-task-blog-title-3&spm=1001.2101.3001.4242

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。