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 11 .. 19 Next › Last »

maximevince commented on 2023-03-24 08:43 (UTC)

Thanks for the package! There is a new version of WeChat out. Can you update?

Thanks

bincker commented on 2023-03-16 06:26 (UTC) (edited on 2023-03-16 06:27 (UTC) by bincker)

懒人大法
cd ~/.cache/yay/deepin-wine-wechat && git pull && sed -i "s/github.com/hub.fgit.ml/" PKGBUILD && if ! type aclocal ; then sudo pacman -S automake; fi && makepkg -s -i

stillchill commented on 2023-03-01 01:13 (UTC)

有没有 64位 版本?

imic commented on 2023-02-27 14:47 (UTC)

PKGBUILD中如下两个地址需要修改,否则下载不了。

https://github.com/vufa/deepin-wine-wechat-arch/raw/action/mmmojo.dll
需要修改成  
https://raw.fastgit.org/vufa/deepin-wine-wechat-arch/action/mmmojo.dll  

https://github.com/vufa/deepin-wine-wechat-arch/raw/action/mmmojo_64.dll
需要修改成
https://raw.fastgit.org/vufa/deepin-wine-wechat-arch/action/mmmojo_64.dll

Vufa commented on 2023-02-24 11:23 (UTC)

@shjanken refer PKGBUILD of lib32-udis86-git

curl https://github.com/canihavesomecoffee.gpg | gpg --import
yay -S lib32-udis86-git

imic commented on 2023-02-01 01:51 (UTC)

wine版本的wechat 要是能和网页版的 wechat-uos 一样,有消息提示 在桌面上显示就完美了。

aszswaz commented on 2023-01-09 14:15 (UTC)

微信官方更新了 WeChatSetup.exe,导致了 MD5 校验失败,该文件新的 MD5 是 4f374b1a0961dc7ca734db90ebc5e635

stillchill commented on 2023-01-09 09:22 (UTC)

这个包是在我这台 manjaro 上运行最完美的 wechat 版本

Kingtous commented on 2022-12-29 12:41 (UTC)

可以在yay的时候添加--mflags --skipinteg,可以跳过md5检测。