-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change default command for cygwin #173
Comments
Thanks for the report! I'm not using cygwin anymore (switched to MSYS2), but can just adapt the default command to "C:\cygwin64\bin\mintty.exe" if you can test it for Open Shell in the "working dir" and Run shell script. |
I've changed the default entry in my configuration - I've just created the issue because maybe others have this problem too. Furthermore "C:\cygwin64\bin\mintty.exe" would be a good default for my default-installation. :-) |
- [x] #173 Change default command for cygwin - [x] removed some not needed platforms (Eclipse-4.7, 2018-09, 2019-03) - [x] removed oraclejdk8, because it's not supported by Travis CI anymore - [x] updated tycho to 1.4.0 - [x] added Eclipse-2019-09 target platform and set Eclipse-2019-06 as default - [x] #172 RFE: Change License to EPL 2.0 - [x] added Eclipse-2019-06 target platform and set Eclipse-2019-03 as default - [x] #171 EasyShell does not compile with target platform Eclipse-2018-12 and greater - [x] updated tycho to 1.3.0 - [x] set default target platform to Eclipse-2018-12 and added all to travis - [x] updated target platforms 2018-09 - 2019-03 - [x] removed JDK9 & 10 from CI matrix, because we want use only LTS versions Signed-off-by: anb0s <[email protected]>
The current default command for cygwin is
C:\cygwin\bin\bash.exe
this should be changd to
C:\cygwin\bin\mintty.exe
because this is the default for the created shortcut from cygwin-setup.
Maybe you can change it directly to
C:\cygwin64\bin\mintty.exe
because I'ld assume that most users are using the 64-bit version.
If I use C:\cygwin64\bin\bash.exe (on latest Windows 10) I have some issues.
For example I get a segmentation fault if I run ls
With mintty.exe there seems no issue.
The text was updated successfully, but these errors were encountered: