mintty
mintty
I could build wslbridge-backend in OpenSUSE, and it works well. Also, it starts a login shell; however: it always does so, even if not requested via arg0. Can we please...
My proposal is to behave like typical shells: * Start a login shell if wslbridge is invoked either with argv0=`-wslbridge` (or actually, `-`anything) *or* has an explicit `-l` (or `--login`)...
What I see in your `-h` output and code, this seems to be the current approach, I didn't see a bug at least. Testing from `cmd.exe` once more, it seems...
So you install wsltty latest release (3.1.4.2)? Then click a desktop shortcut? And see that message? Please describe precisely.
Thanks for the info. I've added a note to the project page.
Released 3.1.8.
So this issue could be handled transparently by mintty/wsltty? Without configuring Windows? Would be great. However, as I do not experience the issue myself, I'd also have to rely on...
Unfortunately, MS makes it really cumbersome to get such adaption accomplished. Rather than adjust GUI elements automatically to themes, they require programmers to do complex and unintuitive extra work to...
As documented, the windows message WM_CTLCOLORSCROLLBAR should facilitate setting the scrollbar look by returning a "brush". However, mintty does not receive this message...
Thanks, Brian, for reading that description more carefully than I did... This makes me wonder once more why this Windows API is so incredibly insane. So the task for someone...