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

use latest version of mintty for older windows version #350

Closed
zevsasaki opened this issue Apr 14, 2024 · 9 comments
Closed

use latest version of mintty for older windows version #350

zevsasaki opened this issue Apr 14, 2024 · 9 comments
Labels

Comments

@zevsasaki
Copy link

i am stuck at windows 1803 and the last working version of wsltty is 3.0.2
it's fine, i am using it for some time but it comes with old version of mintty and i want to use the new features

is it possible to use the latest version?

@mintty
Copy link
Owner

mintty commented Apr 14, 2024

Yes, you can use a current cygwin build of mintty as a plug-in replacement. Just the wsltty reference in "About" would change.

@icewyvrn
Copy link

icewyvrn commented Apr 14, 2024

so i replaced the mintty.exe in the bin folder with the cygwin mintty, but it does not work, i use wsl1
image

@mintty
Copy link
Owner

mintty commented Apr 14, 2024

Hmm, so maybe your version was still based on the former wslbridge (not 2) version?
What's the contents of %APPDATA%/Local/wsltty/bin ?

@icewyvrn
Copy link

yea i use wsl1

image

@mintty
Copy link
Owner

mintty commented Apr 14, 2024

Using the previous wslbridge is still present in the code, however, you'd need to disable the line
#define wslbridge2
in line 6770 of file winmain.c and build mintty for a matching plug-in replacement.

@icewyvrn
Copy link

okay i'll try, where is the cygwin build source? is it here? https://github.com/mintty/mintty

@mintty
Copy link
Owner

mintty commented Apr 14, 2024

Yes, and you need a minimal cygwin installation plus packages gcc and make.

@icewyvrn
Copy link

It works! Thank you.

@mintty
Copy link
Owner

mintty commented Jun 27, 2024

Released 3.7.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants