How to start X windows inside "Bash on Ubuntu on Windows"
Solution 1:
You can install Xming.
Use export DISPLAY=:0
or export DISPLAY=localhost:0
and run your app from the console.
You can install Xming.
Use export DISPLAY=:0
or export DISPLAY=localhost:0
and run your app from the console.