news
KDE Linux, Klipper, and KeepSecret
-
KDE ☛ openQA Testing in KDE Linux
The openQA-based testing system has recently been integrated into KDE Linux (hooray!), and I thought it was about time I did a little write-up.
-
Week 6: Clipboard Auto-Clear with Klipper Protection
This week I implemented clipboard auto-clear for KeepSecret (!36).
When a user copies a password, it shouldn't stay in the clipboard indefinitely — that's a real security risk if the clipboard gets inspected, synced, or accessed by another application.
What was implemented:
After copying a password, the clipboard is automatically cleared after 30 seconds. A
Kirigami.InlineMessagecountdown notification appears in the entry page showing "Password copied. Clipboard will be cleared in X seconds", updating every second. The clipboard is also cleared when the app quits viaQCoreApplication::aboutToQuit.