Yannick Fillatrau

Results 9 comments of Yannick Fillatrau

I don't know if this is also appindicator related, but I have 2 icons in tray, one, for transmission-gtk and one for gammastep-indicator and left-clicking on them behave like right-click....

I reopen this issue as there's no answer to the "store is already initialized" error. Following the documentation I did ``` gopass init gopass clone [email protected] ``` and got the...

In https://github.com/gopasspw/gopass/blob/master/docs/features.md#cloning-an-existing-password-store il says > Please note that all cloned repositories must already have been initialized with gopass. (See the previous section for more details.) If I just clone the...

I checked the remote repo and it hasn't been updated.

After deleting `~/.config/gopass/`, `~/.local/share/gopass/` and `~/ .cache/gopass/` I tried ``` gopass init ``` then ``` gopass git remote add origin [email protected] ``` and then `gopass git pull` failed with ```...

Still not working. `gopass fsck` returned no error. I added a secret and `gopass sync`: ``` 🚥 Syncing with all remotes ... [] git pull and push ... OK (no...

`git status`: ``` On branch master Your branch is up to date with 'origin/master'. Changes to be committed: (use "git restore --staged ..." to unstage) new file: secret.gpg ``` `git...

I did `gopass setup`, choose the same GPG key used on the remote repo, add the remote repo et get the same error (why would gopass push before pull at...

@almereyda Dovecot can use a password file for authentication via `/etc/dovecot/conf.d/auth-passwdfile.conf.ext`, uncommented in `/etc/dovecot/conf.d/10-auth.conf`. Its format is described in http://wiki2.dovecot.org/AuthDatabase/PasswdFile. I have configure Postfix to use Dovecot for authentication: http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL.