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.039765
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 .. 18 Next › Last »

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检测。

<deleted-account> commented on 2022-12-23 04:45 (UTC)

@shjanken Please go to the AUR page for lib32-udis86-git.

shjanken commented on 2022-12-20 05:40 (UTC) (edited on 2022-12-20 05:41 (UTC) by shjanken)

==> Validating source files with sha512sums... udis86 ... Skipped

==> Verifying source file signatures with gpg... udis86 git repo ... FAILED (unknown public key B965BC5D279F42ED)

==> ERROR: One or more PGP signatures could not be verified! Failed to build lib32-udis86-git

wangpj commented on 2022-11-15 01:42 (UTC)

临时解决WeChatSetup文件md5sums验证失败导致无法安装的方法。 1、先yay -S deepin-wine-wechat正常安装,如果提示验证失败按照下面步骤修改PKGBUILD文件; 2、打开~/.cache/yay/deepin-wine-wechat/PKGBUILD文件,将其中的sha256sums=第二行值替换为WeChatSetup.exe文件的MD5值,在文件目录找到文件点属性可以查看; 3、在命令框输入cd ~/.cache/yay/deepin-wine-wechat/定位到安装目录; 4、输入命令makepkg -si本地安装即可。