-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
clipboard(x) blocks indefinitely (maybe just on Linux?) #14510
Labels
REPL
Julia's REPL (Read Eval Print Loop)
Comments
vtjnash
added a commit
that referenced
this issue
Apr 5, 2016
clipboard: update parameters of `xclip` ref #14510
This is still an issue for me today:
|
Yes, apparently someone made a PR to fix xclip, but nobody has yet made a PR to fix xsel. |
fixed by #35180. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here Julia is waiting on xclip, which runs until another program intercedes to reset the clipboard. It would be more convenient -- for me, at least -- if xclip and xsel could detach themselves and run in the background. That way, we could carry on with our program in the meantime. It would only take an option change to fix:
(Compare–contrast the
clipboard()
method, where running in the foreground is natural; xsel and xclip return as soon as they've retrieved its contents.)The text was updated successfully, but these errors were encountered: