Skip to content
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

Closed
AlBundy33 opened this issue Sep 27, 2019 · 2 comments
Closed

Change default command for cygwin #173

AlBundy33 opened this issue Sep 27, 2019 · 2 comments
Assignees
Milestone

Comments

@AlBundy33
Copy link

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.

@anb0s anb0s self-assigned this Sep 27, 2019
@anb0s anb0s added this to the v2.2 milestone Sep 27, 2019
@anb0s
Copy link
Owner

anb0s commented Sep 27, 2019

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.

@AlBundy33
Copy link
Author

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. :-)
(this is also the default-path from cygwin-setup)

@anb0s anb0s closed this as completed in c15c8fb Oct 4, 2019
anb0s added a commit that referenced this issue Oct 4, 2019
- [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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants