惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
The GitHub Blog
The GitHub Blog
博客园 - Franky
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
IT之家
IT之家
美团技术团队
博客园 - 司徒正美
Martin Fowler
Martin Fowler
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Vercel News
Vercel News
雷峰网
雷峰网
B
Blog
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
D
Docker
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿

AUR Newest Packages

fast-syntax-highlighting-git AUR (en) - tdesktop-nolimit AUR (en) - python-gmsh-bin AUR (en) - python-cad_to_openmc-git AUR (en) - yaak-cli-bin AUR (en) - nss-altfiles AUR (en) - loof AUR (en) - deez-notes-bin AUR (en) - flexbv-bin AUR (en) - urxvt-tabbedex-git AUR (en) - kernelstub-git AUR (en) - whispers-git AUR (en) - whispers-bin AUR (en) - kwin-scripts-magnetile AUR (en) - squelchbox AUR (en) - ai-quota-waybar-git AUR (en) - netchecker-git css-git csgo-git counter-strike-global-offensive counter-strike-1.6 counter-strike-source-git AUR (en) - rime-nguphing AUR (en) - vita-presence-rs-bin AUR (en) - vita-presence-rs AUR (en) - rmpv-git AUR (en) - mount-manager AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - netchecker
AUR (en) - proton-drive-cli-bin
2026-06-10 · via AUR Newest Packages

Latest Comments

wizetek commented on 2026-06-13 22:03 (UTC)

Excellent. Good work, thanks for your time and effort.

imnaK commented on 2026-06-13 02:43 (UTC)

@wizetek I added org.freedesktop.secrets to depends in 0.4.4-2 and dropped the optdepends, thanks! Without a backend the binary actually hard fails, so it's required, I've checked that. I kept libsecret too as the binary dlopens it, which a provider alone doesn't guarantee.

wizetek commented on 2026-06-12 03:53 (UTC)

Makes sense, thanks. Shouldn't it be depends=('org.freedesktop.secrets') though, since that acts as 'provides' for those various secret providers?

imnaK commented on 2026-06-11 23:17 (UTC) (edited on 2026-06-11 23:19 (UTC) by imnaK)

@wizetek good catch on the root cause. Two layers actually: the binary dlopens libsecret-1.so.0 (not linked, confirmed via ldd) and needs an org.freedesktop.secrets provider at runtime. Pushed 0.4.3-2 with depends=('libsecret') plus gnome-keyring/kwallet/keepassxc as optdepends rather than a hard gnome-keyring dep since any Secret Service provider works. Thanks for the report!

wizetek commented on 2026-06-11 02:42 (UTC)

This should depend on (for example) 'gnome-keyring' which stores secrets, passwords, keys, certs, etc. Without it the binary will fail and throw error: The name is not activatable (code: 2) code: "ERR_SECRETS_PLATFORM_ERROR"