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

fix #35295, typo in change to clipboard on linux #35310

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Conversation

JeffBezanson
Copy link
Member

fix #35295

Obviously the problem here is that we're not running the test for this on linux. I'll try enabling it here to see if it works, or if we can get it working.

@JeffBezanson JeffBezanson added bugfix This change fixes an existing bug backport 1.4 labels Mar 30, 2020
@JeffBezanson
Copy link
Member Author

OK, as expected, still doesn't work on linux CI.

@vtjnash
Copy link
Member

vtjnash commented Mar 30, 2020

Yeah, I think we need to spawn this with xvfb and make sure xsel and xclip are available.

@JeffBezanson JeffBezanson merged commit 33df293 into master Mar 31, 2020
@JeffBezanson JeffBezanson deleted the jb/fix35295 branch March 31, 2020 14:54
KristofferC pushed a commit that referenced this pull request Apr 4, 2020
@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
ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this pull request Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clipboard() functions error on Julia 1.4 Linux
3 participants