| Summary: | "Paste" feature of apps (Kate and Konsole, for example) is enabled even when the clipboard is empty | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kconfigwidgets | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | kde, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 5.245.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2020-04-18 12:41:32 UTC
it's not a Kate issue. Konsole is also affected and sometimes I can't paste copied text. Re-assigning to klipper. Reproducible at least on Wayland. Operating System: Arch Linux KDE Plasma Version: 5.22.90 KDE Frameworks Version: 5.86.0 Qt Version: 5.15.2 Graphics Platform: Wayland Not a plasmashell bug. Reproducible on x11 too. QClipboard does get notified when clipboard is emptied. It will add a noticable amount of overhead to have apps update and check, we hit a noticeable slowdown with QQuickTextInputs check. If someone makes a one line obvious fix in KStandardActions, please check that properly. |