Aetf

Results 96 comments of Aetf

From a quick glance of kwallet API, the high-level concepts look similar. Implementation-wise, some shim code is needed as the method semantics are probably different. Detection on the fly doesn't...

> is the above equivalent to making an application use the "org.freedesktop.secrets" DBUS api? Yes. `libsecret` is the client library that talks to a secret service server using the "org.freedesktop.secrets"...

> AFAICT, this is an artifact of https://github.com/keepassxreboot/keepassxc/pull/6943. It should not be. While you are right with the reason A and B, the unlock prompt on the KPXC side is...

Also, from the other issue you opened, I assumed you already tested this using the latest snapshot build?

> Perhaps we need to block subsequent search requests if we are still processing one. There's #8084. But even without that KPXC shouldn't freeze.

It's a bit similar to `$XDG_CONFIG_HOME` for portable configs and `$XDG_DATA_HOME` for local states. FDO secrets currently don't have this separation and everything is synced. You could use separate databases,...

Another dimension is to serialize requests to the same database. In combination with per application serialization, at most #database dialogs will be shown.

That's pretty much what I would suspect. Usually KeepassXC should ensure that there's always a default alias. Maybe some race conditions while switching the tab? dbus-monitor is definitely worth a...

This is great! I've been wanting to separate the logic from GUI ever since I first touched the codebase, but it was not possible as FdoSecrets needs an object representing...

> display simplified prompts via TTY I would assume running fdosecrets on cli means running the program as a service, in which case there's no TTY. It can also call...