Skip to content

Graphic User Interface

::alert{type="info"} All this article was from korben.info ::

Install VcXsrv

Download VcXsrv.

Now you can setup it, when you have to choose Display settings, you can choose One large windows to have a Linux desktop in window.

Add vim-gtk on your distro to have vim with GUI

sh
sudo apt-get install vim-gtk

Launch it

sh
gvim

If this not work, you have to update WSL

sh
wsl --update

But you can add this to your .profile

sh
export DISPLAY=:0

Install desktop environment

Here with XFCE

sh
sudo apt-get install xfce4

When is installed

sh
xfce4-session

MIT License