SUMMARY When selecting files on the desktop, using ctrl+c to copy doesn't update the clipboard. The alternate shortcut (ctrl+insert) works, as does ctrl+x to cut, so some shortcuts are still working on the desktop. Copying through the contextual menu also works. STEPS TO REPRODUCE 1. Select a file on the desktop. 2. Press ctrl+c to copy. 3. Attempt to paste the file somewhere else. OBSERVED RESULT The previous clipboard contents are pasted. EXPECTED RESULT The file copied is pasted. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 ADDITIONAL INFORMATION I am using a Wayland session.
Can reproduce.
Works for me on master. Is this still an issue with 6.3 beta or master?
I'm able to reproduce the issue on master, with Qt 6.8.1. Locale doesn't seem to an issue, as I can still reproduce it with `LANGUAGE=de_DE plasmashell`
So basically the same setup as me, weird. I also tried to see if having multiple screens with folderviews changes these but it works as well
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2740
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1710
Git commit 81d06f7b34b841375f4ab040c081d0f06fca6279 by Marco Martin. Committed on 23/01/2025 at 16:50. Pushed by mart into branch 'master'. SelectableLabel: disable shortcuts when invisible or no text selected the shortcut will always be registered even if there is no text selected or the control is not visible, which can be problematic because it can steal ctrl+c from other controls the enabled binding needsto be on the action and not on the MenuItem for the shortcut to be properly disabled M +2 -1 src/controls/SelectableLabel.qml https://invent.kde.org/frameworks/kirigami/-/commit/81d06f7b34b841375f4ab040c081d0f06fca6279
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/654
Git commit a226f8cb7661951ee56d1e7eac8993e61788c016 by Marco Martin. Committed on 27/01/2025 at 14:57. Pushed by mart into branch 'master'. applets/notes: don't steal shortcuts to FloderView Shortcuts are in the context of the window, so the notes applet will steal any shortcut that folderview would register as well, such as the paste shortcut. If there is a note on the desktop, after copying a file from dolphin, ctrl+v with folderview focused will paste the file url in the note. as well other shortcuts such as undo/redo will have effect even if the note is not focused This enables the shortcut only when the context menu is open, as the same actions are triggered as normal key events when the text field is focused M +11 -10 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/a226f8cb7661951ee56d1e7eac8993e61788c016
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/656
Git commit e9c12fab2a2c30f8fe816ca13a27a8ff23980d8a by Marco Martin. Committed on 27/01/2025 at 14:57. Pushed by mart into branch 'Plasma/6.3'. applets/notes: don't steal shortcuts to FloderView Shortcuts are in the context of the window, so the notes applet will steal any shortcut that folderview would register as well, such as the paste shortcut. If there is a note on the desktop, after copying a file from dolphin, ctrl+v with folderview focused will paste the file url in the note. as well other shortcuts such as undo/redo will have effect even if the note is not focused This enables the shortcut only when the context menu is open, as the same actions are triggered as normal key events when the text field is focused (cherry picked from commit a226f8cb7661951ee56d1e7eac8993e61788c016) 8eacebaf applets/notes: don't steal shortcuts to FloderView 62c9a630 only enable when menu open Co-authored-by: Marco Martin <notmart@gmail.com> M +11 -10 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/e9c12fab2a2c30f8fe816ca13a27a8ff23980d8a
*** Bug 499073 has been marked as a duplicate of this bug. ***