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

推荐订阅源

GbyAI
GbyAI
L
LINUX DO - 热门话题
月光博客
月光博客
B
Blog
博客园 - 叶小钗
美团技术团队
D
Docker
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
The Register - Security
The Register - Security
博客园_首页
The Cloudflare Blog
I
InfoQ
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
Engineering at Meta
Engineering at Meta
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
C
CERT Recently Published Vulnerability Notes
AWS News Blog
AWS News Blog
Spread Privacy
Spread Privacy
V
Visual Studio Blog
博客园 - Franky
Cloudbric
Cloudbric
Help Net Security
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
News and Events Feed by Topic
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Webroot Blog
Webroot Blog
博客园 - 【当耐特】
TaoSecurity Blog
TaoSecurity Blog
B
Blog RSS Feed
N
News | PayPal Newsroom
人人都是产品经理
人人都是产品经理
H
Heimdal Security Blog
L
LangChain Blog
PCI Perspectives
PCI Perspectives
Jina AI
Jina AI
Google DeepMind News
Google DeepMind News
Schneier on Security
Schneier on Security

AUR Newest Packages

AUR (en) - luna-translator AUR (en) - allium-tools AUR (en) - braincup-bin AUR (en) - todarchy-git AUR (en) - ioruba-desktop-bin AUR (en) - ioruba-desktop AUR (en) - synca-bin AUR (en) - deadsync-bin AUR (en) - deadsync AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - keyviz-zh-bin AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - clashmi-bin AUR (en) - viper-py AUR (en) - netwatch-tui-bin AUR (en) - scran AUR (en) - snapdog-client AUR (en) - snapdog AUR (en) - opentubex AUR (en) - fafind-bin AUR (en) - smosummary AUR (en) - stremio-linux-shell AUR (en) - cardwire AUR (en) - android-cli AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - pentest-ghostwriter AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - byedroid AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - opennow AUR (en) - kapi-bin AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - ascendara-bin
AUR (en) - yubico-authenticator-bin
2026-06-16 · via AUR Newest Packages

Fix for "the key has expired" warning when installing yubico-authenticator-bin

The package verifies the download using Dain Nilsson's GPG key. If your local copy of that key is outdated, GPG will report it as expired even though the key owner has renewed it on the keyserver.

To fix it, refresh the key:

curl https://keys.openpgp.org/vks/v1/by-fingerprint/20EE325B86A81BCBD3E56798F04367096FBA95E8 | gpg --import

Then rebuild/reinstall the package as usual. The warning will be gone.

Heads up: Version 7.3.1 is not a Linux version. Please check the release notes for platform-specific details before flagging this as out-of-date

Heads up: Version 7.3.1 is not a Linux version. Please check the release notes for platform-specific details before flagging this as out-of-date

@aryklein, They might be overkill to declare, but I noticed that the app wouldn't start in a fresh arch distrobox with only yubico-authenticator-bin installed. I had to install both gtk-3 and libnotify for the application to launch properly.

@gentoofan, I’m not sure they’re mandatory. Why do you think these packages are runtime dependencies? Would anything break if they weren’t included?

Change done @muneoarch. Thanks

To make this package compliant with Arch RFC 0016, could you please rewrite the license field as follows?

license=('Apache-2.0')

The current PKGBUILD is actually missing some runtime dependencies: gtk3 and libnotify. Here's a patch to fix that:

diff --git a/PKGBUILD b/PKGBUILD
index b3757ce..f6b4833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Cross-platform application for managing your YubiKey's second factor cr
 arch=('x86_64')
 url="https://github.com/Yubico/yubioath-flutter"
 license=('Apache')
-depends=('ccid' 'zenity')
+depends=('ccid' 'zenity' 'gtk3' 'libnotify')
 conflicts=('yubico-authenticator')
 options=(!strip)
 optdepends=('gnome-screenshot: QR scanning feature on GNOME'

For months now I'm seeing the below error. On the GUI it shows up as "Failed connecting over ccid and otp". Using ykman works for retrieving OTP keys, so communication with Yubikey is fine.

Any ideas how to fix this? Some Python dependency needs updating, maybe?

Logs:

(com.yubico.yubioath:1827179): Gtk-WARNING **: 10:46:32.494: Theme parsing error: gtk-contained-dark.css:2871:228: Missing closing bracket for :not()
Fontconfig warning: using without calling FcInit()
10:46:32.909 [desktop.init] INFO: Logging initialized, outputting to stderr
10:46:32.911 [desktop.init] INFO: Window hidden on startup: false
10:46:32.911 [desktop.init] INFO: Starting Helper subprocess: /opt/yubico-authenticator/helper/authenticator-helper
10:46:32.916 [desktop.init] INFO: Helper process started
10:46:32.916 [main] INFO: Running Yubico Authenticator...
{app_version: 7.2.3, dart: 3.8.1 (stable) (Wed May 28 00:47:25 2025 -0700) on "linux_x64", os: linux, os_version: Linux 6.6.99-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Jul 17 22:09:32 UTC 2025}
10:46:33.178 [helper.ykman.logging] INFO: Logging at level: INFO
10:46:33.178 [helper.helper.device] INFO: Log level set to: INFO
10:46:33.178 [desktop.init] INFO: Helper log level set
10:46:33.642 [desktop.devices] INFO: USB state change
{"data":{"state":-4951949724652823801,"pids":{"1031":1}},"actions":["get","scan"],"children":{"12091705":{"pid":1031,"name":"YubiKey 5 NFC","serial":12091705}}}
10:46:33.667 [desktop.devices] INFO: USB state updated, unaccounted for: {}
10:46:33.713 [helper.helper.device] WARNING: Error opening connection
Traceback (most recent call last):
  File "helper/device.py", line 374, in otp
  File "helper/device.py", line 336, in _create_connection
  File "ykman/device.py", line 251, in open_connection
ValueError: Unsupported Connection type
10:46:33.713 [helper] INFO: Attempting recovery on "state-reset"
10:46:34.003 [helper.helper.device] WARNING: Error opening connection
Traceback (most recent call last):
  File "helper/device.py", line 374, in otp
  File "helper/device.py", line 336, in _create_connection
  File "ykman/device.py", line 251, in open_connection
ValueError: Unsupported Connection type
10:46:34.003 [desktop.otp.state] WARNING: Failed connecting to yubiotp via UsbInterface.otp
10:46:34.385 [desktop.otp.state] WARNING: Failed connecting to yubiotp via UsbInterface.ccid
10:46:34.516 [helper.helper.device] WARNING: Error opening connection
Traceback (most recent call last):
  File "helper/device.py", line 374, in otp
  File "helper/device.py", line 336, in _create_connection
  File "ykman/device.py", line 251, in open_connection
ValueError: Unsupported Connection type

...The logs repeat...

@aryklein: Works fine, thank you