Alexey Esaulenko

Results 18 comments of Alexey Esaulenko

Just for your information. Several year ago I did [another sleigh specification](https://github.com/esaulenka/ghidra_v850) for V850. I am already added these instructions (I think, it is a latest V850 variant, RH850). I...

I am using runx on MSYS2 (without auth, sure). Thanks for this app, running remote applications via SSH -X (or -Y in my case) without additional Linux virtual machines is...

I run your latest script (this one https://github.com/mviereck/runx/issues/8#issuecomment-1208342106 ), but bash on MSYS (and google too :) ) doesn't know, what is the `strlenhex` and `makecookie`. ``` $ ./runx.sh telnet:...

Sorry, I was busy with my work tasks. I did some tests, but unfortunately I could not get it to work. First, I found issue with `convertpath()`. For some strange...

oh, I completely confused :( now I just did simple tests with your latest app: ``` $ source /usr/local/bin/runx --ip 127.0.0.1 --display 123 --verbose .... $ echo $DISPLAY $XAUTHORITY 127.0.0.1:123...

> Could you compare with the cookie file in %HOME% if it shows any difference? no, they absolutely the same (only differs with several milliseconds in a timestamp) > I...

> Could you try alias xauth=/C/Program\ Files/VcXsrv/xauth.exe runx again and show me the hexdump of the cookie? (with updated `runx`): ``` $ source runx -v C:\msys64\usr\bin\bash: connect: Connection refused C:\msys64\usr\bin\bash:...

> Interestingly on Debian it seems to be hardcoded as /usr/bin/xauth. Yes, I see the same. Maybe we need to check WSL and CygWin ? latest MSYS2 ``` $ strings...

> runx now uses xauth.exe from VcXsrv if no native xauth is available, Wow, thanks! but there is a small error. You set `Xauthbin` to `/c/Program Files/VcXsrv/xauth.exe`, but space in...

> It would be great if you could check runx there, too. OK, I will try to do it. I have WSL on my home laptop (but I never run...