






















Upgrading to version 15 may require manual intervention when using AUR helper without chroot building:
You must build portable-packer, and then build the main package via extra-x86_64-build -- -I /path/to/packer.zst
After which, install both packages using pacman -U
Please consider using chroot builds?
add export GOPATH=$HOME/.cache/go to avoid creating ~/go
@w568w Portable 10.0.1 已经发布, 请尝试更新最新版 (archlinuxcn: sudo pacman -U https://repo.archlinuxcn.org/any/portable-1%3A10.0.1-1-any.pkg.tar.zst 或 AUR 手动 rebuild)
1:10.0-1 再次出现了 @Small_Fox 之前所述问题的回归。结合 strace 分析,是卡在了等待 pwSecContext 的死循环上,文件 ${XDG_RUNTIME_DIR}/portable/${appID}/pipewire-socket 始终没有出现。
DEBUG 日志如下:
[Info] Configuration specified as global name /usr/lib/portable/info/com.qq.weixin/config
[Info] XDG Config Home defined @ /home/w568w/.config
[Debug] Chosen readiness code 20526
[Info] Application argument interpreted as:
[Warn] Launching com.qq.weixin (unsafe)...
/usr/bin/portable: 行 1419: /run/user/1000/portable/com.qq.weixin/portable-generated.env: 没有那个文件或目录
[Info] GTK_IM_MODULE is fcitx
[Info] QT_IM_MODULE is fcitx
[Debug] Not exposing input devices
[Debug] Detecting Camera...
[Debug] Waiting for component: pwSecContext...
[Debug] Waiting for component: cameraBind...
[Debug] Readiness set for inputBind
[Debug] Generated Camera bind parameter: --dev-bind /dev/video0 /dev/video0 --dev-bind /dev/video1 /dev/video1 --dev-bind /dev/video2 /dev/video2 --dev-bind /dev/video3 /dev/video3
[Debug] Readiness set for cameraBind
[Debug] Done waiting for cameraBind...
[Debug] Single or no GPU, binding all devices
[Debug] Waiting for component: miscBind...
[Debug] Generated GPU bind parameter: --setenv portableDiscrete 1
[Debug] Readiness set for hybridBind
Running as unit: WeChat.service
Press ^] three times within 1s to disconnect TTY.
[Debug] Readiness set for bindCheck
[Debug] Readiness set for sanityCheck
从源码来看,只有 safe launching 才会去执行 pwSecContext() 来启动 pipewire,但 unsafe launching 里的逻辑也会等待 pwSecContext,导致了该问题。
@Small_Fox 请尝试执行 PORTABLE_LOGGING=debug wechat 然后贴出完整的日志以解决问题. 另 portable 已降级回 8.1, 请全量更新系统和 AUR 包以暂时解决问题.
Attention to all users: portable apps are available on portable-arch repository. You can add it to paru.conf per instruction in README to get an AUR-ish experience.
Seems like codeberg is failing, switched back to GitHub then
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Attention to all users: portable apps are available on portable-arch repository. You can add it to paru.conf per instruction in README to get an AUR-ish experience.