IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.02k stars 160 forks source link

App is completely broken #423

Closed petr-nehez closed 5 years ago

petr-nehez commented 6 years ago

Since the commit 54d51b4f9ebe873354fccf2466444893a0f04cbc QtPass is completely broken on my laptop. I am running Manjaro KDE. I have no issues with the commit 721ea9a3e9228b7a216b02851fdb3a00d86bf274 except the reversed ordering but that's something which does not affect me.

Just see what I am getting: image

And this correct output is from 721ea9a3e9228b7a216b02851fdb3a00d86bf274: image


Or this one: image

I can see here templated fields but when I try to edit the item, input boxes are empty.

cgonzalez commented 6 years ago

Same here. KDE Neon 18.04 + QtPass from git. I can't edit any entry.

teto commented 5 years ago

This has happened to me for a long time too. (I am on 1.2.1) except no field appears. pass is in PATH, qtpass is configured to use it. The error seems kinda random between qtpass startup, sometimes everything works, sometimes no entry does.

The log does little info (I tried qtpass -h / -v, not sure there are any flags to increase verbosity ?)

util.cpp: 104 "/home/teto/rofi-scripts/pass"
util.cpp: 104 "/home/teto/buku_run/pass"
util.cpp: 104 "/home/teto/bin/pass"
util.cpp: 104 "/run/wrappers/bin/pass"
util.cpp: 104 "/home/teto/.nix-profile/bin/pass"
util.cpp: 104 "/home/teto/rofi-scripts/git"
util.cpp: 104 "/home/teto/buku_run/git"
util.cpp: 104 "/home/teto/bin/git"
util.cpp: 104 "/run/wrappers/bin/git"
util.cpp: 104 "/home/teto/.nix-profile/bin/git"
util.cpp: 104 "/home/teto/rofi-scripts/gpg2"
util.cpp: 104 "/home/teto/buku_run/gpg2"
util.cpp: 104 "/home/teto/bin/gpg2"
util.cpp: 104 "/run/wrappers/bin/gpg2"
util.cpp: 104 "/home/teto/.nix-profile/bin/gpg2"
util.cpp: 104 "/nix/var/nix/profiles/default/bin/gpg2"
util.cpp: 104 "/run/current-system/sw/bin/gpg2"
util.cpp: 104 "/home/teto/rofi-scripts/pwgen"
util.cpp: 104 "/home/teto/buku_run/pwgen"
util.cpp: 104 "/home/teto/bin/pwgen"
util.cpp: 104 "/run/wrappers/bin/pwgen"
util.cpp: 104 "/home/teto/.nix-profile/bin/pwgen"
util.cpp: 104 "/nix/var/nix/profiles/default/bin/pwgen"
util.cpp: 104 "/run/current-system/sw/bin/pwgen"
util.cpp: 104 "/etc/profiles/per-user/teto/bin/pwgen"
util.cpp: 104 "/nix/store/zma4ryc9awzsqgslnwxfczgl2b5xmc4v-git-2.19.1/bin/pwgen"
util.cpp: 104 "/nix/store/qjrnjx93jnlwvf12nij77i8hfdkmp43g-gnupg-2.2.10/bin/pwgen"
util.cpp: 104 "/nix/store/jmn097vvgnx099v0arvn6jbdiysxkh66-password-store-1.7.3/bin/pwgen"
QFileSystemWatcher::removePaths: list is empty
QFileSystemWatcher::removePaths: list is empty
petr-nehez commented 5 years ago

Any news @annejan? :pray:

petr-nehez commented 5 years ago

@annejan am I doing anything wrong that I am still getting empty detail window after your last commit f0e2ca353884c2f0f9b94bd288dc279b9f8d4861?

ahippo commented 5 years ago

I think, I'm having the same problem with QtPass 1.3.0 on Windows:

I'm using "Native git/gpg" option. QtPass 1.2.3 works fine.