Results 21 comments of moebiuseye

I didn't realise this was also a windows program. I'm on linux, so which package do I need to install in order to get this working?

Or maybe your program should use the dictionaries provided by the hunspell-fr (or any hunspell-*) package (which is installed on my system). I'll see if I can come up with...

No, it doesn't. I'll create a new user and come up with non-sensitive data to share. I'm forking this project, creating a dev branch, and testing a few changes. I...

I too am using archlinux with i3wm. I've attempted to patch by using the [secret_collection_create](https://people.gnome.org/~stefw/libsecret-docs/SecretCollection.html#secret-collection-create) function, to no avail. I'll try something else this weekend.

The issue seems to be lying here: ``` (19:31:25) g_log: Remote error from secret service: org.freedesktop.Secret.Error.NoSuchObject: The '/org/freedesktop/secrets/aliases/debugkeyringname' object does not exist store_finish error in store_cb: The '/org/freedesktop/secrets/aliases/debugkeyringname' object does...

No, it still doesn't store anything.

In addition to that, the plugin prompts for opening every collection. (aka password keyring)

I think the secret_password_lookup_sync function call is responsible for this.

This function unlocks **all** the keyrings. The expected behavior is to unlock only the user-defined (or default) keyring.