Summary: | [Feature Request] klipper: Add possibility to deactivate actions without deleting | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Unknown <null> |
Component: | Clipboard widget & pop-up | Assignee: | Esben Mose Hansen <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | 0x7633, 4wy78uwh, frank.reifenstahl, girard.nicolas, jjm, noahadvs |
Priority: | NOR | ||
Version First Reported In: | 6.4.80 | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/949f47df049db35deb08a57de80ec0e13d6e80ec | Version Fixed In: | |
Sentry Crash Report: |
Description
Andreas Hochsteger
2000-08-10 11:20:49 UTC
*** Bug 26347 has been marked as a duplicate of this bug. *** I agree that this would be a welcome addition. This bug is incredibly old, not for Plasma 5.15.3, so I'm marking this as resolved unmaintained. Old, but still a valid wish and the Klipper actions configuration is still used behind the scenes in Plasma 5. I support. I would like to disable some actions but not delete them. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5911 Git commit 949f47df049db35deb08a57de80ec0e13d6e80ec by Jonathan Marten. Committed on 12/10/2025 at 17:17. Pushed by marten into branch 'master'. Klipper: Allow match patterns and commands to be disabled by a check box A feature request from a long time ago. Useful if the user wants a match pattern or command to temporarily not apply, but may need to reactivate it in the future without having to go through the complicated process of adding it from new again. The configuration for saving an enabled state for each defined command already existed, the only changes needed were the configuration GUI and actually taking note of the enabled state when creating the action popup menu. M +34 -0 klipper/configdialog.cpp M +1 -0 klipper/configdialog.h M +12 -8 klipper/urlgrabber.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/949f47df049db35deb08a57de80ec0e13d6e80ec |