Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to clean up the app #429

Closed
kazlauskis opened this issue Nov 3, 2018 · 2 comments
Closed

How to clean up the app #429

kazlauskis opened this issue Nov 3, 2018 · 2 comments

Comments

@kazlauskis
Copy link

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!

@annejan
Copy link
Member

annejan commented Nov 3, 2018

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.

But I don't think that is what you mean . .

Removing a plist doesn't remove the config on macOS.
https://www.cnet.com/news/how-to-tackle-defaults-not-sticking-in-mavericks/

Hope this helps.

@kazlauskis
Copy link
Author

Thanks @annejan, this did help me. Killing the caching process + removing the preferences plist file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants