| Summary: | In Chromium-based apps, multiple copies of the same entry are added to the clipboard when selecting for copy/paste | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Andre Goree <andre> |
| Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | bugseforuns, nate, nicolas.fella, notmart, swipe650 |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 6.0.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| URL: | https://issues.chromium.org/issues/329330874 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andre Goree
2024-02-29 16:28:26 UTC
Can reproduce with Vivaldi running natively on Wayland if "Text select: Always save in history" is selected in Clipboard applet settings. Operating System: Arch Linux KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Graphics Platform: Wayland I can't reproduce the issue by selecting text in Firefox or Kate (both Native Wayland apps) with those settings. Can you screenshot your config window so I can be sure I'm testing it the same way? I can replicate the issue on Wayland in both Google Chrome and Chromium, but not in Kate. what i can kinda replicate, is that when the user is selecting text with the mouse it's pushing in the clipboard history every single string in the process, ie, if i select dragging with the mouse the string "hello", i will have in the history ["hello", "hell", "hel", "he", "h"] and yes, it seems specific to chromium (and derivatives) only when using native wayland ozone-platform-hint Upstream Chromium bug: https://issues.chromium.org/issues/329330874 |