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

Clipboard not cleared when quitting or killing application #171

Closed
Thireus opened this issue Mar 21, 2016 · 3 comments
Closed

Clipboard not cleared when quitting or killing application #171

Thireus opened this issue Mar 21, 2016 · 3 comments
Labels

Comments

@Thireus
Copy link

Thireus commented Mar 21, 2016

Steps to reproduce the issue:

  • Set "Autoclear" after a few seconds via the settings (i.e. 3 sec).
  • Copy password to clipboard by clicking on the password element (like you normally do).
  • Command-Q to quit the application. (Or even kill the app with a signal TERM or KILL signal.)
  • Password is not cleared once the application terminates.

Tested on:

  • MacOS X 10.11.3 (15D21)
  • QtPass version 1.1.0 (latest release)

Solutions:

  • Clipboard should always be cleared when the Quit Apple Event is received.
  • Clipboard should always be cleared when a kill or a term signal is received.
@annejan
Copy link
Member

annejan commented Mar 21, 2016

Awesome find, I never thought about this angle..

Will implement asap..

@annejan annejan added the bug label Mar 21, 2016
@Thireus
Copy link
Author

Thireus commented Mar 21, 2016

:) Awesome thanks. I forgot to mention, there's also the STOP signal to take into account as well.

@annejan
Copy link
Member

annejan commented Mar 21, 2016

Yah and however the SIGKILL etc things are handled in Windows . .

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

No branches or pull requests

2 participants