-
Notifications
You must be signed in to change notification settings - Fork 42
Description
With WSL 2, the linux distro has it's own private IP. This is no problem if I run vcXsrv myself with relevant config options, but you've hard-coded the settings in ConfigurableShell.cpp.
As such, the linux distro's X clients cannot connect to the vcXsrv instance. Could you move the command-line options used to a simple ini file in the install directory? e.g. commandline="-arg -arg" If so, this would solve a lot of other problems, including the multiple monitor issues.
I would compile the code myself, but I have no clue where to begin. There hasn't been any activity on the repo since 2018, but I'm hoping you could spare a few minutes of your time to make this change. This project is just too good to not live on, and making that small change would go a long way.
Thank you for your time, and the work you've done here. :)