jeremyramin / terminal-plus

A terminal package for Atom, complete with themes and more.
https://atom.io/packages/terminal-plus
MIT License
479 stars 253 forks source link

unable to type #462

Closed gforceg closed 7 years ago

gforceg commented 7 years ago

I just installed atom and this terminal-plus (trying to migrate away from vscode). The terminal contains a blinking cursor but nothing happens when I type.

enokmadrid commented 7 years ago

use platformio-ide-terminal instead https://atom.io/packages/platformio-ide-terminal

gforceg commented 7 years ago

@enkolabs yeah I noticed that one works. I just get a ton of ugly error messages when it launches:

bash: module: line 1: syntax error: unexpected end of file
bash: error importing function definition for `BASH_FUNC_module'
bash: scl: line 1: syntax error: unexpected end of file
bash: error importing function definition for `BASH_FUNC_scl'
/bin/sh: scl: line 1: syntax error: unexpected end of file
/bin/sh: error importing function definition for `BASH_FUNC_scl'
/bin/sh: module: line 1: syntax error: unexpected end of file
/bin/sh: error importing function definition for `BASH_FUNC_module'
/bin/sh: scl: line 1: syntax error: unexpected end of file
/bin/sh: error importing function definition for `BASH_FUNC_scl'
/bin/sh: module: line 1: syntax error: unexpected end of file
/bin/sh: error importing function definition for `BASH_FUNC_module'
/bin/sh: scl: line 1: syntax error: unexpected end of file
/bin/sh: error importing function definition for `BASH_FUNC_scl'
/bin/sh: module: line 1: syntax error: unexpected end of file
/bin/sh: error importing function definition for `BASH_FUNC_module'

(I'm doing nodejs development but not IoT development, maybe that has something to do with it?)

Somebody should take over terminal-plus... I suppose terminal-plus must work for some people if it's the top 'terminal' plugin in atom... but somebody should take it over given that it obviously isn't being maintained.

Thanks again for the suggestion.

gforceg commented 7 years ago

This appears to be an issue w/ Fedora. I'm running Fedora 24 but the issue has been documented w/ Fedora 25.

When I start atom via bash I don't get the above scary lines. :) Found this solution here