-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
I'm seeing some very slow startups. As in, it takes 5-6 full seconds to even get the "logging initialized" line.
mybox:~%>date && /opt/yubico/authenticator
Thu May 4 07:23:19 AM UTC 2023
07:23:24.531 [desktop.init] INFO: Logging initialized, outputting to stderr
07:23:24.533 [desktop.init] INFO: Starting Helper subprocess: /opt/yubico/helper/authenticator-helper
07:23:24.536 [desktop.init] INFO: Helper process started
/opt/yubico/helper/authenticator-helper
07:23:30.140 [helper.ykman.logging] INFO: Logging at level: INFO
07:23:30.140 [helper.helper.device] INFO: Log level set to: INFO
07:23:30.176 [desktop.devices] INFO: USB state change
{"data":{"state":5740354900026002187,"pids":{}},"actions":["get","scan"],"children":{}}
07:23:30.176 [desktop.devices] INFO: USB state updated, unaccounted for: {}
Can someone help me get better logs & diagnose this? This is the only other line in the output, but I'm not sure if it's significant: (authenticator:32568): libayatana-appindicator-CRITICAL **: 16:40:03.618: app_indicator_set_menu: assertion 'IS_APP_INDICATOR (self)' failed
My setup:
OS: Archlinux
Environment: Wayland (specifically Sway, but I tried Wayfire and see the same behavior)
Package installed via AUR, just the normal yubico-authenticator-bin package.
markstos