Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map more X11 clipboard MIME types to corresponding converters #1164

Merged
merged 1 commit into from
Jun 13, 2021
Merged

Map more X11 clipboard MIME types to corresponding converters #1164

merged 1 commit into from
Jun 13, 2021

Conversation

yan12125
Copy link

The following logs are extracted from pasting texts to Firefox's address bar and a Google Doc page in Firefox, respectively.

[2021-05-16T00:03:14] DEBUG1: request for clipboard 342, target text/plain;charset=utf-8 (600) by 0x03000044 (property=GDK_SELECTION (511))

[2021-05-16T00:03:22] DEBUG1: request for clipboard 342, target application/x-moz-nativehtml (603) by 0x03000044 (property=GDK_SELECTION (511))

Inspired by #461. Should fix pasting unicode on X11 #344.

The following logs are extracted from pasting texts to Firefox's address
bar and a Google Doc page in Firefox, respectively.

[2021-05-16T00:03:14] DEBUG1: request for clipboard 342, target text/plain;charset=utf-8 (600) by 0x03000044 (property=GDK_SELECTION (511))

[2021-05-16T00:03:22] DEBUG1: request for clipboard 342, target application/x-moz-nativehtml (603) by 0x03000044 (property=GDK_SELECTION (511))

Inspired by #461. Should fix
pasting unicode on X11 #344.
@yan12125
Copy link
Author

Similar changes in Synergy: https://github.com/symless/synergy-core/pull/6809

Build failures on macOS are unrelated. Seems #1162 can fix it.

@p12tic p12tic merged commit 7f44afa into debauchee:master Jun 13, 2021
@shymega
Copy link

shymega commented Jun 13, 2021

Mac build shouldn't have failed...

@yan12125 yan12125 deleted the fix-x11-paste branch June 15, 2021 09:43
@yan12125
Copy link
Author

As I mentioned above, Mac build issues is handled as a part #1162, so I didn't include it in this PR. Maybe @p12tic can have a look at that PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants