Matthew Brooks

Results 30 comments of Matthew Brooks

@mssun any chance we can have the pin# cached for the session, or maybe for a set amount of time? Having to keep typing it in everytime is really annoying....

> I would suggest looking into GNOME documentation for details on how to set environmental variables that are then passed on to the applications started from GUI. I've tried this...

> I made a quick branch to test the `SSH_AUTH_SOCK`: https://github.com/cmol/QtPass/tree/ssh_testing > > [cmol@7be4d7c](https://github.com/cmol/QtPass/commit/7be4d7cec69f606717b7aa2ff58b0f2da7f21b38) awesome! Thanks for taking on the task!

> I made a quick branch to test the `SSH_AUTH_SOCK`: https://github.com/cmol/QtPass/tree/ssh_testing > > [cmol@7be4d7c](https://github.com/cmol/QtPass/commit/7be4d7cec69f606717b7aa2ff58b0f2da7f21b38) Tested on my ubuntu machine and I do not see the status message with my SSH_AUTH_SOCK....

> > > I made a quick branch to test the `SSH_AUTH_SOCK`: https://github.com/cmol/QtPass/tree/ssh_testing > > > [cmol@7be4d7c](https://github.com/cmol/QtPass/commit/7be4d7cec69f606717b7aa2ff58b0f2da7f21b38) > > > > > > Tested on my ubuntu machine and I...

I guess at the very least, have the deb package install the following `Exec` line in the `/usr/share/applications/qtpass.desktop` file: `Exec=sh -c "SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) qtpass"` that would insure it always...

for me personally, I use my GPG keys to supply my ssh keys. This is because I use yubikeys to hold my GPG key, which I then have gpg-agent supply...

but I am exporting my environment variables properly. That is exactly why QtPass works great if I execute it from the terminal. running "echo $SSH_AUTH_SOCK" always works. The issue with...

I have the same issue on both my Ubuntu 20.04 and macOS catalina machines. For context: 1) I use GPG with a yubikey smartcard 2) I keep my pass db...

While the `--queue` option works, it would be great if this was an option (or default even!) in deadbeef itelf. Especially since the deb packages over-write this value in the...