blueimp / atom-open-terminal-here

Open the Terminal (Mac OS X, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut in the Atom text editor.
https://atom.io/packages/open-terminal-here
MIT License
47 stars 20 forks source link

Syntax error when using KDE Konsole #27

Open martindimi opened 4 years ago

martindimi commented 4 years ago

After updating my system when i use open in terminal im getting this syntax error.

bash: ml: line 1: syntax error: unexpected end of file bash: error importing function definition forml' bash: module: line 1: syntax error: unexpected end of file bash: error importing function definition for module' /usr/bin/sh: module: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition formodule' /usr/bin/sh: ml: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition for ml' /usr/bin/sh: module: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition formodule' /usr/bin/sh: ml: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition for ml' /usr/bin/sh: module: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition formodule' /usr/bin/sh: ml: line 1: syntax error: unexpected end of file /usr/bin/sh: error importing function definition for ml'

Atom: 1.42.0 Konsole: 19.08.2 Fedora 31, Kernel 5.3.16

blueimp commented 4 years ago

Thanks for your report @martindimi. There is another KDE related issue reported in #13. You could try following the debugging steps outline in that issue. Unfortunately I don't really maintain this project anymore and will put it into read-only mode.