Jan-Michael Brummer

Results 17 comments of Jan-Michael Brummer

> I wanted to try integrate it with NetworkManager, but turns out NetworkManager vpn plugins are not that straightforward and lacks a lot of documentation and I'm not a C...

It is no longer needed, my PR to update librespot 0.4.2 did the necessary lifting. That's the reason why they have released 0.4.2.

https://github.com/librespot-org/librespot/releases/tag/v0.4.2

I've managed to add Yubikey support into a hacked version of Secrets. In order to implement it in a sane way that is compatible with the KeepassXC implementation i need...

> I'm open to adding some amount of support for this if we check for optional dependencies such as `yubico-client` at runtime. Although it is always nice having the necessary...

Maybe adding an example how to add Yubkikey support as an example would be enough? Based on the current changes in my PR?

It should be easy: secret_service_unlock_sync says _**The secret service may prompt the user. [secret_service_prompt()](https://people.gnome.org/~stefw/libsecret-docs/SecretService.html#secret-service-prompt) will be used to handle any prompts that show up.**_ secret_service_prompt indicates that is possible to...