Results 502 comments of mintty

`/usr/local` is not used by cygwin packages, and does not even exist in a typical cygwin installation. Installation instructions should target `/usr/bin`.

Note mintty 2.9.4 * Enhanced taskbar icon grouping behaviour (#784, mintty/wsltty#96, ?#495, ?#420, ??#801).

See also my response https://github.com/mintty/wsltty/issues/37#issuecomment-294439518. The first two shortcuts mentioned by rprichard are intended to start in dedicated directories. Assuming the WSL .profile will typically navigate to the WSL home...

Note that the standard Bash on Ubuntu shortcut does not start a login shell either. The WSL invocation wrapper C:\Windows\System32\bash.exe can be started with an -l option, with the effect...

Oh, `-l` works already? I wasn't aware; I guess I can work with that, then, thanks.

Ah, no, not included yet. Support would be good. Could as well be triggered by supplying argv[0] like "-wslbridge" to wslbridge.exe itself. Or `-l`, or either of them.

Sounds great! But what if you want to invoke the default distribution without login mode? I'd rather decouple the two issues. Will take a look.

Bit confused I am; if you want to make login mode the default, you wouldn't need a `-l` option or argv[0] detection, right?

@rprichard, I'm trying to build wsltty with the latest commit from branch login-shell, but it doesn't work as you also modified the backend. Can you make a release please?

Or let's check this first: I'm frequently getting `wslbridge error: connection broken` with wslbridge-frontend from the login-shell branch. Could be that it happens only because the backend does not match...