云网牛站
所在位置:首页 > Linux教程 > 在Deepin V20/15.11系统下实现微信多开的方法

在Deepin V20/15.11系统下实现微信多开的方法

2020-04-27 17:00:31作者:twang稿源:深度站

如果你想在Deepin V20/15.11系统下实现微信多开的效果,即能使微信双开,可用以下方法。不过也可以采用更为快捷的方法:把图标放到桌面上,然后快速双击。可参考在深度Deepin系统下同时开启多个微信帐户的方法

 

在Deepin V20/15.11下微信多开

注:请注意标注Deepin V20或Deepin 15.11版本的地方。

1、先在系统下单开微信

需要登录一个微信,然后成功后退出。

2、编辑文件

然后进入/home/自己用户名/.deepinwine目录,复制Deepin-WeChat文件夹到Deepin-WeChat2。

在Deepin V20/15.11系统下实现微信多开的方法

然后编辑:

/opt/deepinwine/apps/Deepin-WeChat/run.sh:(Deepin 15.11)

/opt/apps/com.qq.weixin.deepin/files/run.sh:(我的是Deepin V20是这个路径)

把里边的内容复制多份,我目前是尝试三开,成功。

把里面的内容重复复制一份,就是BOTTLENAME(Deepin 15.11)改了下:

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

(Deepin V20的内容):

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

3、找到run_v2.sh(15.11只有这个)或者run_v3.sh(v20是这个),我顺便也把v2的也改了,文件删除相关的行:

再找到/opt/deepinwine/tools/run_v2.sh文件并且打开它,删。除/opt/deepinwine/tools/kill.sh "$name" block这一行即可。

再找到/opt/deepinwine/tools/run_v3.sh文件并且打开它,删。除/opt/deepinwine/tools/kill.sh "$name" block这一行即可。

注:如果你之前运行过微信了那就需要在/home/cnguge/.deepinwine 路径复制Deepin-WeChat 名字和你run.sh的名字对应。

 

简单的技巧

趁微信没反应过来多点几次就能多开了。

 

相关主题

默认Windows与Deepin系统下的微信电脑版目录

精选文章
热门文章