- When installing on ubuntu 18.04 WSL2, resolvconf does not seem to be installed yet. This causes issues with:
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0.0
since the file /etc/resolv.conf doesn't exist. Dependency installation in previous subchapter Compilation on Linux can be changed too
sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev resolvconf
- When using Xming and opening Xlaunch, the default configuration will put "xterm" as default Start program option. Keeping this there and then finishing will result in an error and Xserver quiting. To solve this, keep this option empty as shown in the screenshot:

export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0.0since the file /etc/resolv.conf doesn't exist. Dependency installation in previous subchapter Compilation on Linux can be changed too
sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev resolvconf