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

Pasting from clipboard when language is different than copied is broken #580

Closed
pavelbrylov opened this issue Jun 24, 2016 · 2 comments
Closed
Labels

Comments

@pavelbrylov
Copy link

There seem to be a bug with current clipboard implementation.

Repro steps:

  • Copy english text (say apt-get install vim)
  • Switch keyboard to some non-ascii language, say RU
  • Right click in bash window
    Result for me is " - "

If I switch keyboard layout to EN and paste again, it works fine.

It is understandable that it doesn't work as expected because of the current implementation, as described by @bitcrazed here: #279 (comment), but still worth tracking because it's super annoying

@fpqc
Copy link

fpqc commented Jun 25, 2016

Hi Pavel, not positive if this problem will be fixed by this, but have you tried running your bash in a VTerm running through an XServer? I wrote up a step-by-step tutorial on how to do this with XMing and rxvt-unicode-256color #531

@bitcrazed
Copy link
Contributor

Thanks for the discussion.

Closing this issue since:

  1. This issue has likely been fixed since it was filed
  2. This is the WSL issues repo, but this is an issue in Console which has its own Console GitHub Repo
  3. GitHub doesn't allow issues to be moved between repos, preserving posters' identity :(

If you have further asks/issues, please file new issues on our Console GitHub Repo.

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

No branches or pull requests

4 participants