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

Update Atom Editor (to v1.15.0) and Plugins #35

Merged
merged 9 commits into from
Apr 10, 2017
Merged

Conversation

tknerr
Copy link
Owner

@tknerr tknerr commented Apr 10, 2017

This PR:

  • updates Atom to v1.15.0
  • updates plugins:
    • atom-beautify to v0.29.18
    • atom-minimap to v4.27.1
    • removed: language-batchfile (not needed)
    • removed: line-ending-converter (part of atom core)

It also installs xvfb by default now since we need it for testing gui applications. Our previous approach using $DISPLAY env var was brittle and worked only if the setup user was actually logged in a GUI session (i.e. would not have worked in headless mode). Using xvfb-run this now works reliably and also makes the code more simple.

@tknerr tknerr merged commit 41eb956 into master Apr 10, 2017
@tknerr tknerr deleted the feature/update-atom branch April 10, 2017 22:17
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.

1 participant