X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-Id: <474C42AF.3030808@saic.com> Date: Tue, 27 Nov 2007 11:15:43 -0500 From: Roger Wells Reply-To: roger DOT k DOT wells AT saic DOT com User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Brian Mathis CC: cygwin AT cygwin DOT com Subject: Re: [Fwd: sshd display] References: <474AEC9B DOT 1090606 AT saic DOT com> <183c528b0711260804x923a4cbl5b081b8354ce3a68 AT mail DOT gmail DOT com> In-Reply-To: <183c528b0711260804x923a4cbl5b081b8354ce3a68@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Thank you. That seems to be it. Brian Mathis wrote: > On Nov 26, 2007 10:56 AM, Roger Wells wrote: > >> Please forgive my silence and I really do appreciate your attention to my problem. >> I originally posted my question on the cygwin-apps list and at Corinna's suggestion I >> posted it on this list without realizing that I was not subscribed. I only now have >> seen your responses as I searched the archives. I can now provide a specific example >> of what I am doing. >> >> On one cygwin installation: >> uname -a => CYGWIN_NT-5.1 dac1 1.5.21(0.156/4/2) 2006-07-30 14:21 i686 Cygwin >> >> the following command on the linux client: >> ssh wellsr start foo.exe >> results in a windows console popping up with the application (foo) running in it. >> control immediately returns to the linux console. >> >> The key to this working is the following script ("start") >> that runs on the cygwin machine: >> >> #!/usr/bin/bash >> # >> # There must be no spaces in the title field of the start command >> # Otherwise, this seems to work, but I don't know how! >> # >> # >> export XAPPLRESDIR="C:\iss60\app-def" >> cmd /c start /I \ $1\ $2 $3 $4 $5 $6 >> >> (obviously the last line is the operative one) >> >> on another cygwin installation: >> uname => CYGWIN_NT-5.1 wellsr 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin >> >> the same sequence launches the application and returns control to the linux >> console but in this case there is no console window on the cygwin side. The >> application appears on the task list but no window exists. >> >> > > When the sshd service is installed on the cygwin machine, you must > make sure that "Interact with desktop" has been enabled. I suspect it > was enabled on the one machine, but not the other. On the system that > is not working, reinstall the cygwin sshd service, and enable that > option. > > -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger DOT k DOT wells AT saic DOT com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/