Run WSL with GUI
** Please check all code in this repository to make sure it is safe. **
- Install Cygwin on Windows.
- Install
xlaunch
(will include xserver) in Cygwin setup programing. - Copy all files from windows directory to somewhere on Windows.
- Install
terminator
in WSL. - Copy
start_terminator
from root directory to root directory in WSL. - Replace 'libook' to your WSL username in
start_terminator
.
- Double click
config.xlaunch
and then make sure there is an icon of X Server on your tray area. (You can add a shortcut of this file into theStartup
folder which is inStart menu
to let it run on each startup) - Double click
WSL.lnk
.
And then, you can see a GUI of terminator. Just run any software in terminator, you will see the GUI if there is one.
You can just install Linux version IDE in WSL, as you did in normal Linux distributions. And run IDE from terminator. Then you can see the GUI.
You can manually start PowerShell , and run wsl
to enter WSL environment.
Then you can manually run /root/start_terminator
and check if there is any error message.