Operating System - Microsoft
1819771 Members
3266 Online
109606 Solutions
New Discussion

Re: start a GUI linux program under cygwin

 
SOLVED
Go to solution
'chris'
Super Advisor

start a GUI linux program under cygwin

hi

Howto start a GUI linux program under Cygwin?

http://www.cygwin.com/
1 REPLY 1
emha_1
Valued Contributor
Solution

Re: start a GUI linux program under cygwin

Hi,

quite simple:
- start cygwin shell session

- start X win session from within cygwin shell: startx

- if not already configured, allow access to X win session from remote host(s): xhost +

- open a session to machine you want to run GUI application from (telnet, ssh ...)

- set DISPLAY env variable pointing to the machine where cygwin X win session runs: export DISPLAY=:0

- start your GUI app: xclock


emha.