wbond / sublime_terminal

Launch terminals from the current file or the root project folder
https://packagecontrol.io/packages/Terminal
MIT License
597 stars 117 forks source link

[Bug] OSX 11.5.1 Default Terminal Opens Multiple Windows #221

Open fnicastri opened 3 years ago

fnicastri commented 3 years ago

On Big Sur whenever you open a termina and Terminal.app is closed it opens two windows, the default one and the requested one. On catalina it was OK.

Sublime Text 4

jefflai0101 commented 2 years ago

I experienced the same issue on Monterey. Modifying the line 17 in file Packages/Terminal/Terminal.sh solved the issue for me. do script "$CD_CMD" $IN_WINDOW => do script "$CD_CMD" in window 1

davidorlea commented 2 years ago

Same for me on Monterey.

bercivarga commented 2 years ago

@jefflai0101 's solution solved the problem for me on Monterey