如果你想在Deepin V20/15.11系统下实现微信多开的效果,即能使微信双开,可用以下方法。不过也可以采用更为快捷的方法:把图标放到桌面上,然后快速双击。可参考在深度Deepin系统下同时开启多个微信帐户的方法。
在Deepin V20/15.11下微信多开
注:请注意标注Deepin V20或Deepin 15.11版本的地方。
1、先在系统下单开微信
需要登录一个微信,然后成功后退出。
2、编辑文件
然后进入/home/自己用户名/.deepinwine目录,复制Deepin-WeChat文件夹到Deepin-WeChat2。
然后编辑:
/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" "[email protected]"
else
/opt/deepinwine/tools/run_v2.sh $BOTTLENAME $APPVER "uninstaller.exe" "[email protected]"
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" "[email protected]"
else
/opt/deepinwine/tools/run_v2.sh $BOTTLENAME $APPVER "uninstaller.exe" "[email protected]"
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的名字对应。
简单的技巧
趁微信没反应过来多点几次就能多开了。
- 1 玩客云刷armbian架设nginx php mysql 及可道私有云总结
- 2 centos安装好mysql但是无法启动问题(Job for mysqld.service failed because the control process exited with error code.)
- 3 Ubuntu缺少libncurses.so.5的解决办法
- 4 Grafana之Gauge和Bar Gauge使用(第十一篇)
- 5 RHEL 8 安装 Oracle 19c 提示缺少 libnsl.so.1
- 6 df空间占用已满,但du查看home目录空间占用却很少
- 7 linux-kernel – 将设备树中断标志映射到devm_request_irq
- 8 vim.fault.GenericVmConfigFault
- 9 cron: can’t lock /var/run/crond.pid, otherpid may be 2699: Resource temporarily unavailable
- 10 CentOS 7.7 yum方式安装配置Zabbix 4.0 LTS详解(二)
精彩评论