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

Linux: Remove --nodetach option for xsel copy. #35180

Merged
merged 1 commit into from
Mar 30, 2020
Merged

Linux: Remove --nodetach option for xsel copy. #35180

merged 1 commit into from
Mar 30, 2020

Conversation

Jollywatt
Copy link
Contributor

@Jollywatt Jollywatt commented Mar 20, 2020

The --nodetach option causes clipboard(x) to hang indefinitely on (all which I have tried) linux systems. Removing this option fixes clipboard(x), but briefly spawns a child process. Since clipboard(x) is designed for interactive use, this shouldn't be an issue.

This addresses issue #14510.

The `--nodetach` option causes `clipboard(x)` to hang indefinitely on (most? All which I have tried) linux systems. Removing this option fixes `clipboard(x)`, but briefly spawns a child process. Since `clipboard(x)` is designed for interactive use, this shouldn't be an issue.
@JeffBezanson JeffBezanson merged commit 5dd6676 into JuliaLang:master Mar 30, 2020
@Jollywatt Jollywatt deleted the patch-1 branch March 31, 2020 00:36
KristofferC pushed a commit that referenced this pull request Apr 4, 2020
The `--nodetach` option causes `clipboard(x)` to hang indefinitely on (most? All which I have tried) linux systems. Removing this option fixes `clipboard(x)`, but briefly spawns a child process. Since `clipboard(x)` is designed for interactive use, this shouldn't be an issue.

(cherry picked from commit 5dd6676)
@KristofferC KristofferC mentioned this pull request Apr 4, 2020
27 tasks
oxinabox pushed a commit to oxinabox/julia that referenced this pull request Apr 8, 2020
The `--nodetach` option causes `clipboard(x)` to hang indefinitely on (most? All which I have tried) linux systems. Removing this option fixes `clipboard(x)`, but briefly spawns a child process. Since `clipboard(x)` is designed for interactive use, this shouldn't be an issue.
ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this pull request Apr 9, 2020
The `--nodetach` option causes `clipboard(x)` to hang indefinitely on (most? All which I have tried) linux systems. Removing this option fixes `clipboard(x)`, but briefly spawns a child process. Since `clipboard(x)` is designed for interactive use, this shouldn't be an issue.
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
The `--nodetach` option causes `clipboard(x)` to hang indefinitely on (most? All which I have tried) linux systems. Removing this option fixes `clipboard(x)`, but briefly spawns a child process. Since `clipboard(x)` is designed for interactive use, this shouldn't be an issue.
staticfloat pushed a commit that referenced this pull request Apr 21, 2020
The `--nodetach` option causes `clipboard(x)` to hang indefinitely on (most? All which I have tried) linux systems. Removing this option fixes `clipboard(x)`, but briefly spawns a child process. Since `clipboard(x)` is designed for interactive use, this shouldn't be an issue.
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