DEV Community

Discussion on: Linux on Windows: WSL with Desktop Environment via RDP

Collapse
 
darksmile92 profile image
Robin Kretzschmar • Edited

You can skip the RDP part and start your GUI from the WSL command prompt right away. Just export your Display and run the program.
Not tested, but something like this: DISPLAY=:0 chromium &
XServer is always a good idea :)

You can get inspiration from my other post using docker to run GUI: