Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Running Graphical Programs on Windows Subsystem on Linux

# Download Xming application for windows then run following command in Terminal of ubuntu
# You find Xming application for download for windows in following link--
#https://sourceforge.net/projects/xming/
$ export DISPLAY=localhost:0.0
# let's run eog graphical programm of linux to display image
$ eog something.jpg
 
PREVIOUS NEXT
Tagged: #Running #Graphical #Programs #Windows #Subsystem #Linux
ADD COMMENT
Topic
Name
4+7 =