deepin 15.11 新版本微信双开
Tofloor
poster avatar
lflflf
deepin
2019-09-15 20:40
Author
本帖最后由 lflflf 于 2019-9-15 12:46 编辑

先单开能登录一个微信,成功后退出
然后进入  /home/自己用户名/.deepinwine目录
复制Deepin-WeChat文件夹到Deepin-WeChat2


然后编辑
/opt/deepinwine/apps/Deepin-WeChat/run.sh


把里面的内容重复复制一份,就是BOTTLENAME改了下

BOTTLENAME="Deepin-WeChat"
APPVER="2.6.8.65deepin0"
EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe"

if [ -n "$EXEC_PATH" ];then
    /opt/deepinwine/tools/run_v2.sh $BOTTLENAME $APPVER "$EXEC_PATH" "$@"
else
    /opt/deepinwine/tools/run_v2.sh $BOTTLENAME $APPVER "uninstaller.exe" "$@"
fi

BOTTLENAME="Deepin-WeChat2"
APPVER="2.6.8.65deepin0"
EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe"

if [ -n "$EXEC_PATH" ];then
    /opt/deepinwine/tools/run_v2.sh $BOTTLENAME $APPVER "$EXEC_PATH" "$@"
else
    /opt/deepinwine/tools/run_v2.sh $BOTTLENAME $APPVER "uninstaller.exe" "$@"
fi
再找到 /opt/deepinwine/tools/run_v2.sh 文件并打开
删除/opt/deepinwine/tools/kill.sh "$name" block 这一行





Reply Favorite View the author
All Replies
avatar
superendermansm
deepin
2019-09-16 01:11
#1
不错               
Reply View the author
avatar
mutong
deepin
2019-09-16 01:32
#2
图标放到桌面上,快速双击就可以了
Reply View the author