deepin-Wine5 折腾微信2.9.5教程
Tofloor
poster avatar
mmlmonkey
deepin
2020-07-09 22:14
Author
本帖最后由 mmlmonkey 于 2020-7-9 14:18 编辑

首先,环境是V20,15.11的没试过步骤1.安装deepin-wine5
  1. sudo apt update
  2. sudo apt install deepin-wine5
Copy the Code
步骤2.安装微信
  1. env WINEPREFIX=~/Deepin-Wechat5 deepin-wine5 WeChatSetup.exe
Copy the Code
步骤3.配置riched20(如果不配置 输入框有问题)
  1. env WINEPREFIX=~/Deepin-Wechat5 deepin-wine5 winecfg
Copy the Code
        选择函数库,添加riched20,编辑为原装先于内建,然后copy老版deepin-wine wechat目录里的
  1. cp ~/.deepinwine/Deepin-WeChat/drive_c/windows/system32/riched20.dll ~/Deepin-Wechat5/drive_c/windows/system32/
Copy the Code
步骤4.配置一个desktop文件
         新建run.sh在~/Deepin-Wechat5 下并且给以执行权限
  1. touch ~/Deepin-Wechat5/run.sh
  2. chmod +x ~/Deepin-Wechat5/run.sh
Copy the Code
在run.sh里输入如下,这里路径的是我写的是绝对路径,建议绝对路径,到该目录下pwd一下即可
  1. #!/bin/bash
  2. env WINEPREFIX=/home/sdli/Deepin-Wechat5 deepin-wine5 '/home/sdli/Deepin-Wechat5/drive_c/Program Files/Tencent/WeChat/WeChat.exe'
Copy the Code
在下建立desktop文件
  1. sudo touch /usr/share/applications/wechat-new.desktop
  2. sudo dedit /usr/share/applications/wechat-new.desktop
Copy the Code

在文本中输入以下内容,路径也替换掉
  1. #!/usr/bin/env xdg-open

  2. [Desktop Entry]
  3. Encoding=UTF-8
  4. Type=Application
  5. X-Created-By=Deepin WINE Team
  6. Categories=chat;
  7. Icon=com.qq.weixin.deepin
  8. Exec=/home/sdli/Deepin-Wechat5/run.sh
  9. Name=WeChat
  10. Name[zh_CN]=微信
  11. Comment=Tencent WeChat Client on Deepin Wine
  12. StartupWMClass=WeChat.exe
  13. MimeType=
  14. X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher
  15. X-Deepin-AppID=com.qq.weixin.deepin
Copy the Code


enjoy吧 测试发图片和发文件没有 小程序也正常
Reply Favorite View the author
All Replies
1 / 3
To page
avatar
139******14
deepin
2020-07-09 23:02
#1
多谢分享,已经安装成功,测试发送大图也ok
Reply View the author
avatar
CN_GuGe
deepin
2020-07-09 23:03
#2
谢谢楼主 我去试一下
Reply View the author
avatar
GBwater
deepin
2020-07-09 23:28
#3

如图,阴影显示不正常
Reply View the author
avatar
mmlmonkey
deepin
2020-07-09 23:48
#4
https://bbs.deepin.org/post/196913
如图,阴影显示不正常

复现不了
Reply View the author
avatar
mmlmonkey
deepin
2020-07-09 23:56
#5
https://bbs.deepin.org/post/196913
如图,阴影显示不正常

先env WINEPREFIX=~/Deepin-Wechat5 deepin-wine5 winecfg 到显示里把窗管装饰关掉试试
Reply View the author
avatar
GBwater
deepin
2020-07-10 00:04
#6
并没有什么用
Reply View the author
avatar
GBwater
deepin
2020-07-10 00:05
#7

是不是我N卡没打驱动的原因
Reply View the author
avatar
mmlmonkey
deepin
2020-07-10 00:09
#8
https://bbs.deepin.org/post/196913
是不是我N卡没打驱动的原因

我的是笔记本也是n卡  装的no-opengl-files 驱动  显示其实用的是intel的核显 你这个自己试试折腾看看吧  
Reply View the author
avatar
jalawov
deepin
2020-07-10 00:13
#9
希望官方能够更新版本。
Reply View the author
avatar
jalawov
deepin
2020-07-10 00:26
#10
直接用deepin的原版容器直接升级就好了,不用这么麻烦。。
Reply View the author
avatar
liujy126
deepin
2020-07-10 00:47
#11
https://bbs.deepin.org/post/196913
直接用deepin的原版容器直接升级就好了,不用这么麻烦。。

咋操作?
Reply View the author
avatar
GBwater
deepin
2020-07-10 00:49
#12
https://bbs.deepin.org/post/196913
我的是笔记本也是n卡  装的no-opengl-files 驱动  显示其实用的是intel的核显 你这个自己试试折腾看看吧  ...

关键我莫得核显,这就尴尬了
Reply View the author
avatar
sgb76
deepin
2020-07-10 00:51
#13
虽然不想折腾了,但一定要顶一个
Reply View the author
avatar
jalawov
deepin
2020-07-10 00:53
#14

安装包下过来,
  1. env WINEPREFIX=/home/你的用户名/.deepinwine/Deepin-WeChat deepin-wine
Copy the Code
Reply View the author
avatar
lenke
deepin
2020-07-10 00:58
#15
jiarun 发表于 2020-7-9 16:53
安装包下过来,

其实,你这个有点忽悠人。
楼主说的是基于deepin-wine5的解决方案
你给的命令不是又回到deepin-wine了
Reply View the author
avatar
jalawov
deepin
2020-07-10 01:26
#16
https://bbs.deepin.org/post/196913
其实,你这个有点忽悠人。
楼主说的是基于deepin-wine5的解决方案
你给的命令不是又回到deepin-wine了 ...

你说的有道理,我以为他的侧重点是微信2.9.5 (逃。。
Reply View the author
avatar
hais
deepin
2020-07-10 02:29
#17
sudo apt install deepin-wine5

无法定位软件包 deepin-wine5
Reply View the author
avatar
deepin-chinaren
deepin
2020-07-10 20:19
#18
下面的托盘的问题还是没有解决呀?
Reply View the author
avatar
mmlmonkey
deepin
2020-07-10 22:37
#19
https://bbs.deepin.org/post/196913
下面的托盘的问题还是没有解决呀?

托盘什么问题 我这里OK啊  
Reply View the author
avatar
mmlmonkey
deepin
2020-07-10 22:38
#20
https://bbs.deepin.org/post/196913
你说的有道理,我以为他的侧重点是微信2.9.5 (逃。。

老板容器微信295发不了 文件和大图片啊  企微开不了文档和云盘  (逃。。。
Reply View the author
1 / 3
To page