dissent icon indicating copy to clipboard operation
dissent copied to clipboard

libsecret gimmicks

Open avdb13 opened this issue 2 years ago • 2 comments

I have libsecret and gnome-keyring installed on my system yet I'm always greeted with a loading login screen for 2 minutes before I'm asked to login again.

2023/05/30 17:04:02 note: account not found from driver: Failed to activate service 'org.freedesktop.secrets': timed out (service_start_timeout=120000ms)

Also, isn't a two minute timeout a bit too long? Is this a limit set by you or by libsecret?

avdb13 avatar May 30 '23 14:05 avdb13

gtkcord4 doesn't use libsecret (despite there being a gotk4-secret; I'm mostly too lazy to figure out its API.)

You might want to look into https://github.com/zalando/go-keyring and see if there's anything relevant to your system. The timeout that you're thinking of is either there or in go-dbus.

diamondburned avatar May 30 '23 20:05 diamondburned

if you're using flatpak, it should be fixed with https://github.com/flathub/xyz.diamondb.gtkcord4/pull/9

ghost avatar Sep 09 '23 09:09 ghost