Package Details: wechat-universal-bwrap 4.0.1.11-1

Git Clone URL: https://aur.archlinux.org/wechat-universal-bwrap.git (read-only, click to copy)
Package Base: wechat-universal-bwrap
Description: WeChat (Universal) with bwrap sandbox
Upstream URL: https://linux.weixin.qq.com/
Licenses: GPLv3, proprietary
Conflicts: wechat-universal
Provides: wechat-universal
Replaces: wechat-beta, wechat-beta-bwrap
Submitter: 7Ji
Maintainer: 7Ji (leaeasy)
Last Packager: 7Ji
Votes: 130
Popularity: 3.77
First Submitted: 2024-03-14 03:09 (UTC)
Last Updated: 2024-12-24 07:50 (UTC)

Pinned Comments

shilka commented on 2025-02-13 11:08 (UTC)

@dazuixia @lyhokia @swimming03 你们是否也使用了非GNOME/KDE的其他wayland WM/DE? 又研究了一下这个问题,如果不使用bwrap沙盒直接执行wechat是可以的,排除了wechat本身的问题。我认为问题出在bwrap、xwayland的配合和调用上面,导致微信无法在xwayland中启动。我使用的WM是Hyprland,推测可能和各个WM/DE有一定的关系。目前我找到一个可行的缓解方式,安装:xwayland-satellite,并提前执行这一程序,之后正常启动wechat-universal。

@7Ji 如果其他人也可以缓解,烦请置顶一下这个解决方案,或者如果您很熟悉bwrap,是否可以看看通过某些参数解决它和xwayland的交互问题。

7Ji commented on 2024-03-14 06:21 (UTC) (edited on 2024-12-26 09:08 (UTC) by 7Ji)

本软件包在Github上亦有仓库: https://github.com/7Ji-PKGBUILDs/wechat-universal-bwrap/ (仓库未启用issues,有问题请直接在此页面提出)

各位如有改进意见,欢迎在Github仓库页提交PR :)

抓取新版本的脚本和PKGBUILD在同一层。执行python fetch_uos_wechat_release.py获取UOS仓库内的重打包版本,执行./fetch_tencent_wechat_release.sh获取腾讯官方的版本。如果发现软件过期,请善用本界面的标记过期功能。:)


默认配置下,只有~/Documents/WeChat_Data/home 作为容器内的~,其他宿主文件和文件夹均不暴露在容器内

可以编写~/.config/wechat-universal/binds.list来设置更多的被暴露到容器内的文件/文件夹,每行一个路径,绝对路径或相对于~的相对路径


要将微信文件的主要路径修改至 ~/Documents/WeChat_Data 外的其他路径,请设置环境变量 WECHAT_DATA_DIR,同理为绝对路径或相对于~的相对路径


更多参数与环境变量,请在命令行输入 wechat-universal --help 查看

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 39 Next › Last »

Fingertap commented on 2024-03-26 06:08 (UTC)

谢谢解释。

7Ji commented on 2024-03-25 05:01 (UTC)

@Fingertap 默认配置下,只有~/Documents/WeChat_Data/home 作为容器内的~,其他宿主文件和文件夹均不暴露在容器内

可以编写~/.config/wechat-universal/binds.list来设置更多的被暴露到容器内的文件/文件夹,每行一个路径,绝对路径或相对于~的相对路径

Fingertap commented on 2024-03-25 03:36 (UTC)

OK.原因是这个包brwap没给文件系统权限。转去wechat-universal-privileged去了。

Fingertap commented on 2024-03-25 01:39 (UTC)

无法发送文件,只能看见文件夹,不能选择文件。

Fingertap commented on 2024-03-22 07:00 (UTC)

截图白屏的,原本有装截图的工具吗?例如maim

7Ji commented on 2024-03-22 02:34 (UTC)

@stillchill 我只想解决问题,不想参与可能的Drama,您可以参与aur-general邮件列表上的交流: https://lists.archlinux.org/hyperkitty/list/aur-general@lists.archlinux.org/thread/T4I2ZYPOPHTIKYJTUSB7CMHSNA6BHIZ7/

wimpy commented on 2024-03-22 02:31 (UTC)

这个和 wechat-uos-qt 是竞争关系吗?😀

7Ji commented on 2024-03-22 02:13 (UTC)

@zephyr 不会停止维护,只是那边维护者的说法。

<deleted-account> commented on 2024-03-22 02:08 (UTC)

根据wechat-uos-bwrap的评论,wechat-universal-bwrap包要停止维护被合并了?我很喜欢wechat-universal-bwrap这个包我不喜欢wechat-uos-bwrap包,这两个包不能共存吗?

yangrq commented on 2024-03-21 08:05 (UTC) (edited on 2024-03-21 08:06 (UTC) by yangrq)

@7Ji fcitx5的缩放在Wayland native应用如Firefox上是完全正常的。在hyprland的默认缩放策略下,xwayland应用下的fcitx5的大小也是正常的,只是会因为非整数倍的缩放糊。手动接管xwayland缩放倍数之后,所有的xwayland应用里的fcitx5窗口都非常小,你说的对,这应该不是微信的问题,我去fcitx5提个issue。