Bug 381229

Summary: Implement API to clean history
Product: [Applications] klipper Reporter: Germano Massullo <germano.massullo>
Component: generalAssignee: Martin Flöser <mgraesslin>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: 5.9.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Germano Massullo 2017-06-15 13:14:33 UTC
It would be great to have an API to permitt the erase of history.
Example of use case:
KeepassXC n seconds after after password copying, it erases systemd clipboard, but Klipper instead still keeps the history, so you will have a leak of previously copied passwords.
Comment 1 Martin Flöser 2017-07-17 15:51:49 UTC
Sorry, but what keepassx does is just stupid and doesn't work. The clipboard on X11 is broadcasted. If one wants to ensure that other applications cannot read it the approach just cannot work. Any application can listen to the clipboard changes.

Given that I don't see a point in adding support for something which is broken anyway.