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.03k stars 162 forks source link

Windows password store paths broken #436

Open mokafolio opened 6 years ago

mokafolio commented 6 years ago

On windows, when I select my password store folder, QtPass mixes unix and windows style separators which results in being unable to delete passwords from the store.

When I freshly select the folder, it looks like this: capture

When I close the settings and go back, it looks like this (ouch): capture2

For some reason this does not impact my ability to navigate or create new passwords. But if I try to delete one, I get this: capture3

Thanks for the help!

mokafolio commented 6 years ago

I found a workaround for now. If I hardcode the paths as a profile all unix style and leave the current password-store field blank, everything works properly. This is still a bug that should be fixed, though :)