Package Details: deepin-wine-wechat 3.9.0.28-3

Git Clone URL: https://aur.archlinux.org/deepin-wine-wechat.git (read-only, click to copy)
Package Base: deepin-wine-wechat
Description: Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
Upstream URL: https://weixin.qq.com/
Keywords: deepin wechat weixin wine
Licenses: custom
Conflicts: deepin-wechat
Submitter: Vufa
Maintainer: Molyuu
Last Packager: Molyuu
Votes: 66
Popularity: 0.022282
First Submitted: 2019-01-03 09:49 (UTC)
Last Updated: 2023-08-27 12:50 (UTC)

Pinned Comments

Molyuu commented on 2023-11-19 12:20 (UTC)

deepin-wine上游年久失修,各种问题层出不穷。现在建议换用 com.qq.weixin.spark, 并且使用 archlinuxcn 源中的 wine-for-wechat 代替 wine. 也可以使用 wine-for-wechatarchlinuxcn 源中的 wine-wechat-setup

Vufa commented on 2020-07-30 06:45 (UTC) (edited on 2022-08-19 06:36 (UTC) by Vufa)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 19 Next › Last »

Vitrum-cnkj34kr8 commented on 2023-05-13 14:25 (UTC) (edited on 2023-05-13 20:47 (UTC) by Vitrum-cnkj34kr8)

I tried to install the AUR package:

==> Validating source files with md5sums...
    WeChatSetup-3.9.0.28.exe ... FAILED

Then replaced it with the file from this repository (MD5 is correct):

https://github.com/tom-snow/wechat-windows-versions/releases/tag/v3.9.0.28

Now it works. Thank you!

imic commented on 2023-05-06 06:40 (UTC) (edited on 2023-08-20 09:29 (UTC) by imic)

打开图片后,翻译和提取文字 现在不能用了。之前有一段时间是可以用的。

发现修改 /opt/apps/com.qq.weixin.deepin/files/run.sh 中的 export APPRUN_CMD="deepin-wine6-stable" 为 export APPRUN_CMD="wine" 可以修复此问题。

看来是wine的问题

Liangkun commented on 2023-05-01 03:16 (UTC)

WeChatAppEx.exe占用过高,于是决定直接kill掉,不影响使用。

zyk commented on 2023-04-24 10:09 (UTC)

@lucas_r 我是manjaro kde 我那样操作后是可以在微信里面打开所在文件夹的

famous_alger commented on 2023-04-13 03:48 (UTC)

WeChatAppEx.exe 一直在占用CPU 20%,什么也不干

lucas_r commented on 2023-03-29 15:49 (UTC)

@zyk 已经创建了这个文件,在命令行使用 dde-file-manager 可以打开 dolphin,但是“在文件夹中显示”时,仍然打开浏览器,地址栏是'http//--show-item /home/xiaoming/Documents/WeChat'(xiaoming是当前用户的home目录),该文件夹并不是文件真实存在的位置

zyk commented on 2023-03-29 14:23 (UTC)

@lucas_r

创建dde-file-manager

nano /bin/dde-file-manager 文件内容:

!/bin/bash

dolphin --select "$2" 给予执行权限

chmod +x /bin/dde-file-manager

lucas_r commented on 2023-03-25 02:11 (UTC)

使用“在文件夹中显示”功能时直接打开了浏览器(已确认默认文件管理器是dolphin),请问下有什么办法解决吗