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: 107
Popularity: 7.46
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 2 3 4 5 6 7 8 9 10 11 .. 35 Next › Last »

noitemstoshow commented on 2024-11-01 03:19 (UTC)

如果是Nvidia的显卡的话,是不是图片或者视频窗口的显示有问题? 之前用AMD的显卡一切正常,换上Nvidia+Nvidia-open-dkms 565驱动,点击图片或者窗口以后,看不到任何图像,虽然任务栏有显示窗口已经打开。

ApartTUSITU commented on 2024-10-23 05:47 (UTC)

此包运行一段时间后,微信会闪退。报错日志:https://paste.gg/p/anonymous/5ed2b0ec5cda408ebd01383bab179d8c

obsessedLeopard6 commented on 2024-10-21 07:46 (UTC) (edited on 2024-10-23 02:46 (UTC) by obsessedLeopard6)

I manage to get the QR code, and scanning it produces a nice photo of my avatar, but logging in always fails.

“登录失败”

UPD: Never mind, you need a line break after that line in that fake /etc/os-release.

canyue980 commented on 2024-10-21 01:08 (UTC)

谁来救救隔壁的企业微信???

thesunnysky commented on 2024-10-18 03:36 (UTC)

应该如何配置网络代理了? 登录界面上没有配置代理的入口

Fustigate commented on 2024-10-15 18:30 (UTC)

請問什麼時候可以支援群組通話?

noitemstoshow commented on 2024-10-11 12:40 (UTC) (edited on 2024-10-11 12:42 (UTC) by noitemstoshow)

For users want to run this without systemd os, this error happens:


bwrap: Can't find source path /run/systemd/userdb: No such file or directory

and to bypass that, edit


sudo vim /usr/lib/wechat-universal/start.sh

change


--ro-bind /run/systemd/userdb{,}
#to 
--ro-bind-try /run/systemd/userdb{,}

source: https://github.com/microcai/gentoo-zh/issues/4490

Also screenshot cut is working good for me, Was not working for me maybe I installed a differnt package from aur.

noitemstoshow commented on 2024-09-21 09:25 (UTC)

the screen snap does not work, also its performance seems to be bad

unn commented on 2024-08-09 02:48 (UTC)

请教一下大佬,hyperland下,使用QT_SCALE_FACTOR配置后界面能正常缩放了,但是fcitx5的缩放有问题,候选框非常小,请教这个问题有人遇到过吗,应如何解决?

7Ji commented on 2024-08-09 01:48 (UTC)

@cgcel

在 EndeavourOS (KDE 6) 环境下遇到如下问题:

参考 https://github.com/7Ji-PKGBUILDs/wechat-universal-bwrap/blob/5e8ad25218b82b9bbacb0bd43dce2feb85998889/wechat-universal.sh#L255 在命令行添加输入引擎参数启动微信: wechat-universal--ime fcitx

启动微信后, 命令行输出内容: D-Bus calling with: dbus-send --session --dest=org.freedesktop.DBus --print-reply /org/freedesktop/DBus org.feedesktop.DBus.ListNamesUsing "/home/cgc/Documents/Wechat Data" as Wechat Data folderIME workaround for fcitx applied

然后就可以在微信使用 fcitx5-rime 进行输入了, 但是候选框的文字显示空白, emoji正常显示, 请问有解决方法吗?

  1. 如果是Wayland,不应当显式设置--ime fcitx;应当给整个桌面环境会话设置环境变量XMODIFIERS=@im=fcitx
  2. 字体存储路径为何?确定https://github.com/7Ji-PKGBUILDs/wechat-universal-bwrap/blob/5e8ad25218b82b9bbacb0bd43dce2feb85998889/wechat-universal.sh#L207包含了?如果没有的话,且在HOME下的话,建议在.config/wechat-universal/binds.list加挂载;不在HOME的话,建议改整个启动脚本