STEPS TO REPRODUCE 1. use the clipboard applet in systray to make sure that your clipboard is empty. If it is not, empty it. 2. open Kate 3. right-click on the text area: "Paste" entry is enabled. Click on "Edit" menu: its "Paste" entry is enabled too. EXPECTED RESULT "Paste" entry of menu bar and context menu should be disabled when there is nothing to paste. SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.18.80 KDE Frameworks Version: 5.70.0 Qt Version: 5.14.1
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.