Bug 511325

Summary: Cannot paste to Wine applications
Product: [Plasma] plasmashell Reporter: Marco Di Fresco <marco.difresco>
Component: Clipboard widget & pop-upAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: minor CC: kde, qydwhotmail
Priority: NOR    
Version First Reported In: 6.5.1   
Target Milestone: 1.0   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Marco Di Fresco 2025-10-29 15:26:15 UTC
For "some" time (for sure since KDE >= 6.0, but maybe even with KDE 5.X - I forgot) I have been running the following script to enable copy-paste (CTRL+C / CTRL+V) to Windows applications running with Wine:
#!/bin/bash
wl-paste -t text -w xclip -selection clipboard &

I am automatically running the above script at login and it works for the whole session duration.

If I attempt to upgrade to KDE 6.5 (and now 6.5.1), I cannot longer run it as it give the following error: "Watch mode requires a compositor that supports the wlroots data-control protocol". As side effect of this, I cannot longer paste any text  to any Windows applications running with Wine.

SUMMARY

STEPS TO REPRODUCE
1. Copy some text from a Linux application
2. Switch to a program running with Wine
3. Try to past the text

OBSERVED RESULT
Nothing get pasted.

EXPECTED RESULT
Text getting pasted as usual.
Comment 1 David Edmundson 2025-10-29 16:09:44 UTC

*** This bug has been marked as a duplicate of bug 511063 ***