runx icon indicating copy to clipboard operation
runx copied to clipboard

Provide X server on MS Windows with cookie authentication.

Results 6 runx issues
Sort by recently updated
recently updated
newest added

Hello @eine , are you still using x11docker and runx? Once we had the issue that MSYS2 does not provide package `xauth` so x11docker and runx could only run with...

enhancement

Hello Martin! Could you enhance your script to get IP / display number from DISPLAY variable ? How do I want to use it: I need only one X-Server on...

enhancement

Context, my system is an Ubuntu WSL2 system. When I source `runx` and pass the "-h" option, after the help output, I get the following errors: ``` Command 'main' not...

The options are parsed in the `parse_options` function, but this function is called after the `check_host` function is called. The `check_host` function looks to see if the "verbose" option has...

In WSL2, there is an internal network created between Windows and WSL2, with the range 172.16.0.0/12. Whilst X-Windows servers such as VcSrv are likely to listen on the generic IP...

Hi, had one performance-issue (check_displayport) and 2 small other issues -> see my PR. Feel free to ask for more information. The powershell-problem would also apply to x11docker: https://github.com/mviereck/x11docker/blob/f17a7d248dfab24f82fd5a67840e459028db9593/x11docker#L1296