Giovanni
Giovanni
I figured out with a bash script if anybody is interested: Prerequisites: `apt-get install mosquitto-clients ` **For the disks:** ``` #!/bin/sh df -hl | grep '/dev/md127' | awk '{;percent+=$5;} END{print...
I have the same issue #515
I fixed it with ksshaskpass
Update: I just realized that the git commands issued by QtPass remain active and never end, this is probably why the programs hangs. When i run `ps aux | grep...
I just tried to launch qtpass from the terminal, and I realized that it get stuck during git operations because the window with the password prompt does not appear -...
@cmol, thank you for the suggestion. Unfortunately this does not solve the issue. I have tried installing pinentry-qt4 as I saw a similar issue from another user but unsuccesfully. Do...
@cmol: here are the results, ``` g@G:~$ eval $(ssh-agent) && ssh-add && qtpass Agent pid 22620 ```
@cmol qtpass does not start when issuing that command.
None of that. If I start qtpass from terminal, I am asked for the ssh passphrase on push or pull, but if I start qtpass with `eval $(ssh-agent) && ssh-add...
Thank you for trying to help :) One last information: when I run qtpass from terminal, I always get the following message: `Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to...