请教个微信的问题
Tofloor
poster avatar
woshishangren
deepin
2020-03-30 16:04
Author
为什么一样是应用商店里下载的微信,单位电脑是上个礼拜装的,家里是昨天重装的。重装的说微信该版本不安全,不能登录了呀。
Reply Favorite View the author
All Replies
1 / 2
To page
avatar
jingle
deepin
2020-03-30 16:48
#1
删除.deepinwine下面的wechat目录后试试
Reply View the author
avatar
woshishangren
deepin
2020-03-30 17:51
#2
https://bbs.deepin.org/post/190354
删除.deepinwine下面的wechat目录后试试

好的,谢谢指点回家试试
Reply View the author
avatar
woshishangren
deepin
2020-03-31 00:52
#3
哎~还是不行,等更新吧
Reply View the author
avatar
normone
deepin
2020-03-31 01:16
#4
本帖最后由 normone 于 2020-3-30 17:34 编辑

下载新版微信,用下面的命令安装试试
WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine 微信安装包名称.exe
Reply View the author
avatar
woshishangren
deepin
2020-03-31 01:21
#5
https://bbs.deepin.org/post/190354
下载新版微信,用下面的命令安装试试
WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin 微信安装包名称.exe ...

wine: cannot find L"C:\\windows\\system32\\WeChatSetup.exe"
请教一下,我要把下载的微信安装文件放哪个目录的?
Reply View the author
avatar
normone
deepin
2020-03-31 01:36
#6
https://bbs.deepin.org/post/190354
wine: cannot find L"C:\\windows\\system32\\WeChatSetup.exe"
请教一下,我要把下载的微信安装文件放哪 ...

C:\\Program Files\Tencent\Wechat
Reply View the author
avatar
woshishangren
deepin
2020-03-31 01:57
#7
https://bbs.deepin.org/post/190354
C:\\Program Files\Tencent\Wechat

env WINEPREFIX=/home/wnj/.deepinwine/Deepin-WeChat deepin-wine /home/wnj/.deepinwine/Deepin-WeChat/wc.exe  应该这样写,安装是安装好了,但有个问题,启动器里没有~算了,不研究了
Reply View the author
avatar
qxm
deepin
2020-03-31 02:22
#8
先安装商店里的。再更新。任务启动那里就有了,刚按照网上的方法搞定了
Reply View the author
avatar
lyy274593052
deepin
2020-03-31 02:46
#9
本帖最后由 lyy274593052 于 2020-3-30 18:48 编辑

按CTRL+ALT+T键,打开终端
mkdir /tmp/wechat
cd /tmp/wechat
sudo wget https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
sudo env WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine WeChatSetup.exe
Reply View the author
avatar
mdd3135
deepin
2020-03-31 02:52
#10
有个非常方便的更新方法,下载商店里的微信,再找到目录 /home/.deepinwine/deepin-WeChat,然后把这个文件夹里边的文件删光,把Windows下的这个文件夹里全部文件复制过来,这样就好了
Reply View the author
avatar
woshishangren
deepin
2020-03-31 18:41
#11
https://bbs.deepin.org/post/190354
有个非常方便的更新方法,下载商店里的微信,再找到目录 /home/.deepinwine/deepin-WeChat,然后把这个文件 ...

谢谢啦,你真有耐心,回家再试试
Reply View the author
avatar
woshishangren
deepin
2020-04-01 00:56
#12
https://bbs.deepin.org/post/190354
按CTRL+ALT+T键,打开终端
mkdir /tmp/wechat
cd /tmp/wechat

sudo env WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine WeChatSetup.exe
操作到这里就不行了。
wine: chdir to /root/.deepinwine/Deepin-WeChat
: No such file or directory
Reply View the author
avatar
woshishangren
deepin
2020-04-01 01:07
#13
各位Linux大神啊~~~
Reply View the author
avatar
woshishangren
deepin
2020-04-01 01:29
#14
wine: /home/wnj/.deepinwine/Deepin-WeChat is not owned by you
Aborted
这句不明白,我已经新建个Deepin-WeChat文件夹了,然后也有写权限的呀

Reply View the author
avatar
lyy274593052
deepin
2020-04-01 02:46
#15
https://bbs.deepin.org/post/190354
sudo env WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine WeChatSetup.exe
操作到这里就不行了。
w ...

sudo apt-get install deepin.com.wechat
然后运行并登录微信,生成微信的文件夹,然后运行 (不用卸载微信)
sudo env WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine WeChatSetup.exe

Reply View the author
avatar
woshishangren
deepin
2020-04-01 16:23
#16
https://bbs.deepin.org/post/190354
sudo apt-get install deepin.com.wechat
然后运行并登录微信,生成微信的文件夹,然后运行 (不用卸载微 ...

谢谢,我用文件夹代替的方式可以用了
Reply View the author
avatar
woshishangren
deepin
2020-04-01 16:25
#17
https://bbs.deepin.org/post/190354
有个非常方便的更新方法,下载商店里的微信,再找到目录 /home/.deepinwine/deepin-WeChat,然后把这个文件 ...

嗯,谢谢指教,这个方法果然可以,正好硬盘隔壁分区装了win,然后把它的微信文件夹考到/home/wnj/.deepinwine/Deepin-WeChat下面居然好用了,很神奇呀。
Reply View the author
avatar
观摩
deepin
2020-04-01 16:37
#18
https://bbs.deepin.org/post/190354
嗯,谢谢指教,这个方法果然可以,正好硬盘隔壁分区装了win,然后把它的微信文件夹考到/home/wnj/.deepin ...

这个操作下来,微信发图片,发文件可以正常使用吗?

很多人都尝试过这个方法,但是最后发现图片、文件发送有问题,会一直转圈,又都放弃了
Reply View the author
avatar
bsidb
deepin
2020-04-01 16:52
#19
https://bbs.deepin.org/post/190354
这个操作下来,微信发图片,发文件可以正常使用吗?

很多人都尝试过这个方法,但是最后发现图片、文件发 ...

微信2.8系列有发送和接收图片的bug,换2.7版本的微信即可。
2.7版本的微信的下载地址:http://www.downza.cn/soft/27440.html
Reply View the author
avatar
观摩
deepin
2020-04-01 17:07
#20
https://bbs.deepin.org/post/190354
微信2.8系列有发送和接收图片的bug,换2.7版本的微信即可。
2.7版本的微信的下载地址:http://www.downza ...

2.8 的微信有小程序之类的新功能比较吸引人,

如果不是这个,继续用2.6也挺香
Reply View the author
1 / 2
To page