Summary: | Copy-pasting between applications that use different graphics toolkits (GTK/Qt, etc.) or protocols (X11/Wayland) sometimes results in the clipboard being split into multiple "clipboards". | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | andrew <fandrew> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | john.kizer, kdedev, m.kurz, nate, postix, qydwhotmail |
Priority: | NOR | ||
Version First Reported In: | 6.3.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=502831 https://bugs.kde.org/show_bug.cgi?id=506325 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | clipboard settings screenshots |
Description
andrew
2025-04-08 13:33:12 UTC
I'm not able to reproduce this in git-master or 6.3.4 Given that it only happens sometimes, I'll leave this open in case someone else is able to reproduce it. Tested with: KDE: Kate & KWrite Electron: VS Code & Obsidian notes 1. Copy text "AAAAA" from dolphin 2. Paste in kate, (it pasted "AAAAA") 3. Copy text "BBBBB" from Obsidian Notes 4. Paste in VS Code, (it pasted "BBBBB") 5. Paste in kate, (it pasted "BBBBB" as expected) Also tested: Copy from Kate to gedit gedit to Kate gedit to and from Obsidian Notes gedit to and from VS Code Generally pasting text from one application to another i reproduced the same bug today, seem that until i cleanup the clipboard history copy-paste dont works. in journalctl i found these logs May 27 20:09:52 arch plasmashell[1971]: qrc:/qt/qml/org/kde/plasma/private/clipboard/UrlItemDelegate.qml:32: TypeError: Cannot read property 'split' of undefined May 27 20:09:52 arch plasmashell[1971]: qrc:/qt/qml/org/kde/plasma/private/clipboard/UrlItemDelegate.qml:32: TypeError: Cannot read property 'split' of undefined May 27 20:09:52 arch plasmashell[1971]: qrc:/qt/qml/org/kde/plasma/private/clipboard/UrlItemDelegate.qml:32: TypeError: Cannot read property 'split' of undefined Hi - just in case there's something that could help narrow things down, could you please attach a screenshot of your Clipboard settings? You could get to those by opening the Clipboard widget, then clicking the "Configure Clipboard" button toward the top-right. Thanks! Created attachment 182308 [details]
clipboard settings screenshots
Thanks for the screenshots Clipboard history: Save across desktop sessions Unchecked - Keep the selection and clipboard the same Non-text selection: Only when explicitly copied With these same settings, I'm still not able to reproduce this. |