New comment by harrisonthorne on void-packages repository https://github.com/void-linux/void-packages/issues/24457#issuecomment-679295473 Comment: Just did, here's the output (I don't think it's different lol): ``` Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 59, in do_startup self._setup_actions() File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 142, in _setup_actions Keyring.get_default().connect("notify::can-be-locked", File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 49, in get_default Keyring.instance = Keyring() File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 44, in __init__ self.props.can_be_locked = self.is_password_enabled() and self.has_password() File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 136, in is_password_enabled state = Secret.password_lookup_sync(schema, {}, None) gi.repository.GLib.Error: g-dbus-error-quark: The name org.freedesktop.secrets was not provided by any .service files (2) Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 77, in do_activate window = Window.get_default() File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 70, in get_default Window.instance = Window() File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 55, in __init__ self.init_template('Window') TypeError: () takes 0 positional arguments but 1 was given ```