Wsl2 And Retro-Term #681

Open
opened 2021-10-24 16:08:55 +02:00 by AceDemon · 1 comment
AceDemon commented 2021-10-24 16:08:55 +02:00 (Migrated from github.com)

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!

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 2021-11-14 09:18:14 +01:00 (Migrated from github.com)

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
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 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#681
No description provided.