一、环境
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
企业微信: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