Version: (using KDE 4.0.0) Installed from: Ubuntu Packages OS: Linux I noticed that if I copy a password in kwalletmanager the password will appear in klipper. I don't like this behaviour. I think it is OK to copy from kwalletmanager, but the password should not appear in klipper. This is in my opinion a security problem. You only have to click on klipper to see possible passwords.
Maybe it would be a good idea to have the possibility for deleting an klipper entry by pressing "del"-key on active entry?
When you copy the password to the clipboard, then klipper would definitely show it. The copy/paste method is not secure in a general manner. Perhaps using mime types would help implement some filtering in klipper, but then you'll no longer be able to paste your password where you wanted. Or perhaps we should implement g111 suggestion.
> When you copy the password to the clipboard, then klipper would definitely > show it. The copy/paste method is not secure in a general manner. Perhaps > using mime types would help implement some filtering in klipper, but then > you'll no longer be able to paste your password where you wanted. Or > perhaps we should implement g111 suggestion. We should keep this in mind for Wayland. I expect that somehow Klipper needs to integrate in KWin and then we could define a mime type/secure flag which gets filtered directly in KWin to not be passed to Klipper in the first place.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Being able to remove an entry from the klipper history by pressing the DEL key still was a good idea. In case of passwords it would be a manual workaround for this case.
I'll change this to Reported.
See Bug 458063 comment 1: > klipper does have a mechanism supported by some password managers were we filter > out any selection which contains a mimetype key application/x-kde-passwordManagerHint KWallet needs to set the `application/x-kde-passwordManagerHint` mime type when copying passwords.
Git commit 405fd580dcb1f02101d785714ec4f89309559bf3 by Weng Xuetian. Committed on 01/06/2024 at 08:19. Pushed by xuetianweng into branch 'master'. Add x-kde-passwordManagerHint when copy from kwalletmanager The change includes: 1. copy from editor widget (override createMimeDataFromSelection) 2. copy action in the context menu/hot key M +4 -0 src/manager/CMakeLists.txt A +27 -0 src/manager/clipboardutils.cpp [License: GPL(v2.0+)] A +16 -0 src/manager/clipboardutils.h [License: GPL(v2.0+)] M +2 -2 src/manager/kwalleteditor.cpp M +10 -0 src/manager/kwhexview.cpp M +1 -0 src/manager/kwhexview.h M +2 -2 src/manager/kwmapeditor.cpp A +24 -0 src/manager/kwtextedit.cpp [License: GPL(v2.0+)] A +24 -0 src/manager/kwtextedit.h [License: GPL(v2.0+)] M +6 -1 src/manager/walletwidget.ui https://invent.kde.org/utilities/kwalletmanager/-/commit/405fd580dcb1f02101d785714ec4f89309559bf3