https://bugs.kde.org/show_bug.cgi?id=388049
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/ksc | |reenlocker/1638db3fefcae76f | |27f889b3709521b608aa67ad --- Comment #15 from David Edmundson <[email protected]> --- Git commit 1638db3fefcae76f27f889b3709521b608aa67ad by David Edmundson. Committed on 20/08/2018 at 12:49. Pushed by davidedmundson into branch 'Plasma/5.12'. Prevent paste in screen locker Summary: KScreenlocker tries to clear the clipboard on load. However, klipper also (by default) automatically keeps the last relevant item in the clipboard. Whilst both parts independently work correctly, Plasma as a whole does not. This became a problem when we added the reveal password button as it is a data leak. Instead of clearing the clipboard this patch replaces it with a real entry, but with a dummy mime value that is of no value to anyone, especially a textfield. Test Plan: Reproduced issue Made this patch Tried pasting in session Nothing happned Logged in Could paste Reviewers: #plasma, mart Reviewed By: mart Subscribers: mart, graesslin, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14924 M +15 -2 greeter/greeterapp.cpp https://commits.kde.org/kscreenlocker/1638db3fefcae76f27f889b3709521b608aa67ad -- You are receiving this mail because: You are watching all bug changes.
