Can you really develop with Linux GUI Apps on Windows 10 with WSLg? How about PyCharm?

1 · Scott Hanselman · April 22, 2021, 6:20 p.m.
I blogged about How to run Linux GUI apps on Windows 10 with WSL and WSLg, but how "real" is this? Are these just toy apps? Nope. I wanted to see if I could install the Community Edition of PyCharm on Ubuntu 20.04. Even though I can't use "snaps" yet on WSL (because of systemd support in progress) I can easily just get the tar file, untar it, and run it and it works. I did a wget of the standalone, then tar xzf'ed into a folder and ran pycharm.sh and it literally just worked. When debugging I ...