Fix for clipboard in space engineers#325
Open
superskirv wants to merge 1 commit into
Open
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.
Member
|
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. |
Author
|
@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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.