Skip to content

Conversation

@pythcoiner
Copy link

Under Ubuntu Mate 22.10, the primary selection were not cleared, i found 2 issues:

  • in QtPass::clearClipboard() (qtpass.cpp) if using primary selection (QClipboard::Selection) we clearing the clipboard instead (clipboard->clear(QClipboard::Clipboard);)

  • after fix this first issue, i the primary selection was still not cleared, i need to fill an empty string, i'm not sure if it's the better solution, i don't know if an history is kept somewhere but when i check with:
    xclip -o
    primary selection seems to be cleared now

@annejan annejan merged commit 574dbb1 into IJHack:main Feb 6, 2023
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

Successfully merging this pull request may close these issues.

3 participants