Summary: | Allow option to exclude strings from Klipper's history | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Roland Tapken <kde> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | nate |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roland Tapken
2024-05-22 09:03:24 UTC
As an alternative approach maybe it would be possible to create a "Copy to clipboard" method that marks the string as private and exclude it from Klipper (or other clipboard managers). It's an interesting idea, but I'm afraid this isn't feasible. Such a technical feature would only be understood by the person who requested it (i.e. you) and would not have general applicability. The problem of passwords getting remembered in Klipper when you don't want them to is real, but I'm afraid this isn't the right way to solve it. The optimal solution would be for those apps to add the `x-kde-passwordManagerHint` mimetype hint for copied passwords. If the apps in question are open-source, you could even implement this yourself. If not, you can at least contact their support and request it. Hello Nate, > It's an interesting idea, but I'm afraid this isn't feasible. Such a > technical feature would only be understood by the person who requested it > (i.e. you) and would not have general applicability. It depends on the user interface. There is already an action menu that works with patterns. We could add a checkbox or a radio box "Secret string" to the menu and show it as "*******" in the interface when it is hashed, and add an action "remove from history". > The optimal solution would be for those apps to add the > `x-kde-passwordManagerHint` mimetype hint for copied passwords. If the apps > in question are open-source, you could even implement this yourself. If not, > you can at least contact their support and request it. Thanks for the hint to this flag. It seems that at least for Bitwarden there is already such a feature request, but according to one comment it needs an extension of the Web API (https://github.com/bitwarden/clients/issues/1047#issuecomment-1097429744). |