Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin 15.11 新版本微信双开
Experiences and Insight
846
views ·
2
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
superendermansm
deepin
2019-09-16 01:11
#1
不错
Reply
Like 0
View the author
mutong
deepin
2019-09-16 01:32
#2
图标放到桌面上,快速双击就可以了
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
What is the purpose of UOS AI?
Cannot upgrade "Deepin 25.0.10"
chrome browser
Feature Request: Adding an option for a "Floating Dock" mode in DDE
[Feature Request] Drop-down grid panel for window snap layouts
Popular Events
More
先单开能登录一个微信,成功后退出
然后进入 /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 这一行