How to set up working X11 forwarding on WSL2
First: See and Install Then: Add the following to your ~/.bashrc: export DISPLAY=$(awk ‘/nameserver / {print $2; exit}’ /etc/resolv.conf 2>/dev/null):0 export LIBGL_ALWAYS_INDIRECT=1 Enable Public Access on your X11 server for Windows.* Add Continue Reading →