I have developped a new D-Bus daemon implementing the Secret Service API ( Secret Service API Draft ) and using Vault/Bitwarden as a backend storage. The idea is to fully integrate this password manager within Linux desktop environments.
As an enthusiastic user for years, I would like to do it with GNOME first. Do you know where and when the gnome keyring daemon is started so that I can launch my own daemon instead? Is it possible to keep the default daemon for everything but the logins?
I did not find a proper documentation for this. I did a chmod -x gnome-keyring-daemon for testing purposes, it works!, but I know this is ugly and not serious for a production usage…