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

推荐订阅源

人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
B
Blog
D
Docker
C
Check Point Blog
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
WordPress大学
WordPress大学
Jina AI
Jina AI
罗磊的独立博客
月光博客
月光博客
博客园 - Franky
L
LangChain Blog
H
Help Net Security
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
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"