DEV Community

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

Collapse
 
darksmile92 profile image
Robin Kretzschmar

You need to find out the display which the X server assigned.
Maybe you have luck with:

cat /proc/$pid/environ | tr '\0' '\n' | grep ^DISPLAY=

Can you try that?