You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: