-
It seems like running Linux GUI application is coming soon in Microsoft's WSL. I'm a complete novice so please excuse me for my ignorance, first. Since there seems to be some form of translation to allow Linux GUI apps to run in Windows, I'm curious if we could translate in "reverse": run Windows app inside WSL. Granted WSL is exposed only through command line, but perhaps it can be extended to Linux proper. I'm picturing a basic lookup of table for converting Linux to Windows code, but I'm sure it's much more complex than this. I know that there's Wine for this, but it would be nice if Microsoft officially supported this feature. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Why would you want to run Windows Apps in WSL, when you have Windows? If you meant to ask "Can I interact with the WSL filesystem with Windows Apps in bash?": you can run: $ notepad.exe filename.txt to edit "filename.txt" which is in the Linux filesystem using notepad |
Beta Was this translation helpful? Give feedback.
Why would you want to run Windows Apps in WSL, when you have Windows?
If you meant to ask "Can I interact with the WSL filesystem with Windows Apps in bash?":
you can run:
to edit "filename.txt" which is in the Linux filesystem using notepad