Package Details: wechat-universal-bwrap 4.0.1.7-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 (devome, leaeasy)
Last Packager: 7Ji
Votes: 106
Popularity: 6.57
First Submitted: 2024-03-14 03:09 (UTC)
Last Updated: 2024-12-15 06:49 (UTC)

Pinned Comments

7Ji commented on 2024-03-14 06:21 (UTC) (edited on 2024-12-08 08:59 (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,同理为绝对路径或相对于~的相对路径

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 35 Next › Last »

mdmbct commented on 2024-04-25 02:24 (UTC)

你们有没有遇到收到消息霸道的直接弹出主窗口,系统是manjaro-gnome。

seff commented on 2024-04-20 09:07 (UTC) (edited on 2024-04-20 09:14 (UTC) by seff)

@7Ji 没有,我还删除既有文件,重新启动微信仍然是前述目录结构。另外,我使用的系统是 Manjaro。具体的目录结构如下:

tree -L 3 Documents                                                                                     
Documents
├── WeChat
│   ├── home
│   └── xwechat_files
└── xwechat_files
    ├── all_users
    │   ├── config
    │   └── login
    └── WMPF
        └── applet

7Ji commented on 2024-04-20 08:55 (UTC)

@seff 是否有手动创建过软链接?这里的文件分布应该是确实存在xwechat_files里面的:

> tree -L 3 Documents/WeChat_Data
Documents/WeChat_Data
├── home
│   ├── Desktop
│   ├── Documents
│   │   └── WeChat_Data
│   ├── Downloads
│   ├── Pictures
│   ├── Security
│   └── xwechat_files -> /home/nomad7ji/Documents/WeChat_Data/xwechat_files
└── xwechat_files
    ├── all_users
    │   ├── config
    │   ├── xxxxxx
    │   ├── xxxxxx
    │   └── login
    ├── WMPF
    │   ├── applet
    │   ├── mpfastload
    │   └── music
    └── wxid_xxxxxx
        ├── business
        ├── cache
        ├── config
        ├── db_storage
        ├── msg
        ├── resource
        └── temp

seff commented on 2024-04-20 07:45 (UTC)

~/Documents/WeChat_Data 路径下有 xwechat_files 目录,但没有数据,反而 ~/Documents/xwechat_files 路径下写入了微信账户相关的数据,是否应该写入~/Documents/WeChat_Data/xwechat_files 目录中?

Fingertap commented on 2024-04-17 06:50 (UTC)

消息提示的时候,声音有点破音,有朋友遇到过吗?看视频、开会啥的都是正常的,就微信提示音有问题

xxxxp commented on 2024-04-16 15:16 (UTC)

有些表情符号显示不出来,显示一个框框

Calibrate0812 commented on 2024-04-14 09:19 (UTC)

现在已经使用paru安装成功,yay安装不成功,建议大家使用paru,目前原因未知。

Calibrate0812 commented on 2024-04-14 08:59 (UTC)

-> 安装时出错: [/home/j/.cache/yay/wechat-universal-bwrap/wechat-universal-bwrap-1.0.0.238-15-x86_64.pkg.tar.zst] - exit status 1

同时多次输入密码都导致最终显示错误。

lklake commented on 2024-04-11 07:22 (UTC) (edited on 2024-04-11 07:23 (UTC) by lklake)

@shxyke 可能是dbus的unix socket文件被隔离,导致dbus连不上,试试通过env|grep DBUS_SESSION_BUS_ADDRESS找到dbus unix socket文件,然后把它所在的目录暴露出来。

johnsm1th commented on 2024-04-09 15:16 (UTC)

@douo

can modify by sed -i 's/Alt+A/Alt+C/g' <wechat binary path>

https://github.com/web1n/wechat-universal-flatpak/discussions/18#discussioncomment-8816211