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

Work-around for Pyperclip issue inside VS Code Dev Container #649

Closed
tconbeer opened this issue Sep 25, 2024 Discussed in #645 · 0 comments · Fixed by #664
Closed

Work-around for Pyperclip issue inside VS Code Dev Container #649

tconbeer opened this issue Sep 25, 2024 Discussed in #645 · 0 comments · Fixed by #664
Labels
bug Something isn't working upstream

Comments

@tconbeer
Copy link
Owner

Discussed in #645

Originally posted by cmcnicoll September 20, 2024

Current behavior

  • ctrl+c and ctrl+x:
    These commands throw the following error:
     FileNotFoundError: [Errno 2] No such file or directory: 'clip.exe'
    
  • ctrl+v and ctrl+u:
    These commands throw the following error:
     FileNotFoundError: [Errno 2] No such file or directory: 'powershell.exe'
    
  • shift+insert and right-click:
    These paste methods work correctly.

Environment

I am using Windows 11 with Docker Desktop. I have tried several suggestions from the troubleshooting guide, but they did not resolve the issue.

Questions

  1. If I install xclip in my Dockerfile, can I use a config file to override the current behavior?
  2. Alternatively, is the solution to use Xming as discussed in this thread?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant