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

UTF8-Update in autocutsel 0.10 doesn't do a proper XA_STRING fallback for older clients #13

Open
schlaile opened this issue May 12, 2018 · 0 comments

Comments

@schlaile
Copy link

Hi,

the problem goes like this:

  • Older clients (okay, really old clients!), don't support the UTF8 atom in selections
  • XtGetSelectionValue therefore fails, because, well surprise, the client doesn't support it.

The solution according to the UTF8_STRING extension is:

The following patch adds at least the later fallback (older version of autocutsel completely relied on XA_STRING and not COMPOUND_TEXT for some reason).

autocutsel_utf8_string_fallback.diff.txt

If you have any questions, feel free to ask!

Kind regards,
Peter

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

No branches or pull requests

1 participant