Summary: | ctrl+c shortcut doesn't work for copying files from desktop | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | akb825 <akb825> |
Component: | Desktop icons & Folder View widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | geopapougr, hein, kde, mario156090, nate |
Priority: | HI | ||
Version: | 6.2.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kirigami/-/commit/81d06f7b34b841375f4ab040c081d0f06fca6279 | Version Fixed In: | Frameworks 6.11 |
Sentry Crash Report: |
Description
akb825
2025-01-19 00:46:53 UTC
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. *** Hello, I have the same problem here, I'm using plasma 6.3 and the problem persist. As the "Version fixed in" field indicates, this is fixed in Frameworks 6.11, not Plasma 6.3 |