| Summary: | plasmashell locks up for 5 seconds because of clipboard problems with freerdp + SDL 3 (Wayland mode) | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Shmerl <shtetldik> |
| Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | kde, nate |
| Priority: | NOR | Keywords: | wayland-only |
| Version First Reported In: | 6.3.2 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Shmerl
2025-03-10 00:12:50 UTC
I mean "clipboard data operations". So you're RDPing into Plasma from somewhere else; what's the server running on Plasma? Is it KRDP or FreeRDP directly? If it's FreeRDP directly, does it work to use the build in KRDP server? (In reply to Nate Graham from comment #2) > So you're RDPing into Plasma from somewhere else; what's the server running > on Plasma? Is it KRDP or FreeRDP directly? If it's FreeRDP directly, does it > work to use the build in KRDP server? No, the other way around. I' RDPing from Plasma to somewhere else (Windows) and copying stuff to clipboard in the remote RDP session causes local plasmashell to hang for 5 seconds. I'm using freerdp3-sdl directly. I.e. I'm using freerdp3-sdl client just to be clear. Local Plasma / Wayland + freerdp3-sdl client → Remote Windows [rdp server]. Copying to clipboard on remote makes local plasmashell to hang briefly due to freerdp-sdl3 client doing something with clipboard operations. Corresponding freerdp bug: https://github.com/FreeRDP/FreeRDP/issues/11359 Opened SDL bug too for completeness: https://github.com/libsdl-org/SDL/issues/12557 Looks like this issue is KDE specific: https://github.com/libsdl-org/SDL/issues/12557#issuecomment-2746112741 It was an issue on freerdp side and they worked around it. But it's about some lacking feature in SDL clipboard API. |