Fix for clipboard in space engineers - #325
Conversation
https://bugs.winehq.org/show_bug.cgi?id=59519 Fixes clipboard not working after the first use in Space Engineers and possibly other applications.
|
Hello @superskirv, you've come across a downstream fork of wine used in Proton. This should be reviewed and merged into upstream wine first. After that happens, then give me a ping pointing to the merged commit and a Proton dev can ponder backporting it. |
|
@kisak-valve I lost track of this, but it looks like it maybe was merged on May 19. Not exactly familair with looking at these boards so hopefully Im interpreting it correctly. https://gitlab.winehq.org/wine/wine/-/merge_requests/10889 Thanks! |
|
Sorry I havent been tracking this to much, but Is there any update on this? |
@kisak-valve it's been merged as https://gitlab.winehq.org/wine/wine/-/commit/32bffb779d383a7f46a30b76165ed65b96ec257a (the main change) and https://gitlab.winehq.org/wine/wine/-/commit/b04de9af23b31cbb8e6e49b2d362af06ab3b42f6 (a new test) |
https://bugs.winehq.org/show_bug.cgi?id=59519
Fixes clipboard not working after the first use in Space Engineers and possibly other applications. After I use the clipboard "copy" command once it destroys the window and errors out for the rest of that application launch. This should just create a new target each time the user uses the "copy" command.
Had this issue for a while and someone pointed out there is a fix for it on winehq, but we could also do it here.