http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/theseus-os/Theseus
Setup an X display as follows: on original WSL (version 1), run: export DISPLAY=:0 on WSL2 (version 2), run: export DISPLAY= $( cat /etc/resolv.conf | grep nameserver | awk ' {print $2} ' ) :0 You'll need to do this each time you open up a new WSL terminal, so it's best to add it to the end of your .bashrc or .profile file in your $HOME directory. If you get an error like Could not initialize SDL (No available video device) ... or any type of GTK or video device error,...