-
Notifications
You must be signed in to change notification settings - Fork 7
Known Issues
Expand this page!
-
atom
,electron
, andnode
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 -
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 -
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.