參考文獻:https://github.com/wszqkzqk/deepin-wine-ubuntu.git 中的 README.md 文件。
1. 克隆 deepin-wine-ubuntu
git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git
然后進入 deepin-wine-ubuntu 文件夾,進行安裝
./install.sh
2. 解決字體問題:英文系統中支持軟件中使用中文
在/opt/deepinwine/tools/run_v2.sh 中將 WINE_CMD 那一行修改為 WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine"
這一點與 deepin-wine-ubuntu 文件夾中的README.md文件中說的不一樣,是我嘗試發現的,/opt/deepinwine/
3. 解決微信提示更新問題
wget -qO- https://deepin-wine.i-m.dev/setup.sh | sudo sh
4. 安裝微信
sudo apt-get install deepin.com.wechat
5. 安裝qq
sudo apt-get isntall deepin.com.qq.im
6. 啟動微信/qq
點擊ubuntu18.04左上角自帶的搜索鍵,搜索 qq/wechat,看到相應圖表以后,點擊即可。