Skip to content
Fred Barclay edited this page Apr 14, 2017 · 3 revisions

Expand this page!

  1. atom, electron, and node commands may not work properly without terminal initialisation code. This issue seems to be fixed for macOS and most Linux distros, but is still broken for Windows and Arch-based Linux distros. #11 https://github.com/Fred-Barclay/Termination/issues/11

  2. If the .atom directory is on a noexec partition (Linux users), Termination will not start or run properly. https://github.com/Fred-Barclay/Termination/issues/32

  3. For some themes like atom-material-ui, it can be difficult to click on the terminal icons in the status bar. This is an issue with the theme "add[ing] unnecessary transitions to the transform property of tooltips." To fix it, add the following snippet to your stylesheet:

.tooltip {
  transition: opacity 500ms;
}

Not sure how to edit your stylesheet? From inside Atom, it's as simple as selecting "Stylesheet" from the File menu.

Clone this wiki locally