You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A question about clean removal of the app. Something got messed up with my profiles, can't remove them with the public v1.2.3 and with the src build it doesn't even load after trying to remove a profile from the UI. I am trying to clean uninstall it, but somehow it still preserves my old configuration.
I am on MacOS.
I have tried brew cask uninstall qtpass
I have tried rm ~/Library/Preferences/com.ijhack.QtPass.plist
I have tried qmake && make && make uninstall
None of these remove my profiles from the system.
Thanks!
The text was updated successfully, but these errors were encountered:
The main password store is generally stored in ~/.password-store
You might try an ls -a ~ | grep '^\.' if you had more profiles, to show the hidden folders in your home folder.
A question about clean removal of the app. Something got messed up with my profiles, can't remove them with the public v1.2.3 and with the src build it doesn't even load after trying to remove a profile from the UI. I am trying to clean uninstall it, but somehow it still preserves my old configuration.
brew cask uninstall qtpass
rm ~/Library/Preferences/com.ijhack.QtPass.plist
qmake && make && make uninstall
None of these remove my profiles from the system.
Thanks!
The text was updated successfully, but these errors were encountered: