Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.03k stars 839 forks source link

Wsl2 And Retro-Term #681

Open AceDemon opened 2 years ago

AceDemon commented 2 years ago

Not sure if this is possible to do or if anyone had done it.

was able to download the app image and make it run but i get a:

./Cool-Retro-Term-1.1.1-x86_64.AppImage QXcbConnection: Could not connect to display Aborted

would be really amazing to have this functional on WSL2. id use this thing probably every day!

shadow-ru commented 2 years ago

You need to set up $DISPLAY environment variable. Something like this:

export LIBGL_ALWAYS_INDIRECT=1
export DISPLAY=$(awk '/nameserver/ {print $2}' /etc/resolv.conf):0.0