-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add support for x-kde-passwordManagerHint mimetype #11
Comments
As far as I've seen there is no method in the dbus interface to access this function, so this would probably need an extra binary to handle this. |
Been digging in the klipper code to see if exposing this setting to DBUS is doable without much knowledge ;) This seems to be the relevant section of the code: |
I am looking to see if I can propose this adjustment to the klipper maintainer once I find out who that is. |
@naglfar I found an alternative to this mimetype support. It turns out that there is a krunner SecretService plugin from a year ago that was written to work with keepassxc: The author wrote the plugin in python and has an implementation for clearing klipper. If this can be integrated here, the only thing left to implement would be the delay before clearing the keyboard. I suppose it can be made a configurable value in the config file. |
The original intent of this issue was to keep the copied password out of the klipper history, was it not? I'm pretty sure the linked project does not achieve this, it just clears the clipboard after a few seconds, keeping the entry in history either way. |
If the proposal in #11 (comment) does not keep it out of the history then it may not be worth your time to implement as you have suggested. I agree that clearing the entire klipper history would be overkill and would be considered a bug. I can keep looking. |
Quoted from: ttyridal/masterpassword-firefox#85 (comment)
I am not sure that setting this hint is available through Dbus but it is probably worthwhile following up on this. I know that Plasma Pass uses the feature; see commit but that is not written Python and neither does it use the Dbus API. Once I inquire a little more about this, I can update this issue.
The text was updated successfully, but these errors were encountered: