I open this issue since with commit https://github.com/pdobsan/oama/commit/2e782effb6cddb4d76d4c7959d245b1bee16b216 I added the ability to use bindings to libsecret. That addresses requests/concerns raised in #59 #32 To build and install with this new API to keyring services: ``` cabal build --flags libsecret cabal install --flags libsecret ``` I have been using this libsecret API for a while with no problems. However, my initial doubts with this solution has been verified: the number of external dynamically linked system libraries went up from 8 to 26! Any change/update among them would raise the possibility to crash `oama` and force a rebuild. So the default build will still use my old API of using `secret-tool`, but anybody will be free to build and use the `libsecret` API. Anyway, before a new release I'd like to have some feedback.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by pdobsan and has received 1 comments.