Wine QQ 从安装到使用
##安装
这个QQ是基于Deepin-Wine的,所以一键脚本走起。
https://github.com/wszqkzqk/deepin-wine-ubuntu
所以命令大概就这样,嗯。
是这样的,假如用Ubuntu16.04的话,先装wine-stable再装deepin-wine会出现依赖问题,所以就先装wine-stable了。
1 | sudo apt install git vim |
然后下载一下那个QQ的安装包
1 | wget 'https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/deepin.com.qq.im_8.9.19983deepin23_i386.deb' |
然后你就会看到熟悉的QQ图标。
##托盘问题
这个东西会出现让人非常不爽的Wine System Tray(假如你用的Ubuntu18.04自带的Gnome)
这个解决就可以装一个Gnome扩展TopIcons,就可以解决这个问题了。
https://extensions.gnome.org/extension/495/topicons/
网址就是他了…推荐chromium,可以chrome-gnome-shell通过直接搞到电脑上。要是没安装的话,就…
1 | sudo apt install chromium chrome-gnome-shell |
(要是你用unity就当我没说话…
Wine QQ 从安装到使用