X-Spam-Check-By: sourceware.org Message-ID: <43995887.5060505@ucsd.edu> Date: Fri, 09 Dec 2005 02:12:23 -0800 From: Jesse User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: SSHD fails to display gui, no error message Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylisting: NO DELAY (Trusted relay host); processed by UCSD_GL-v2.1 on mailbox7.ucsd.edu; Fri, 09 December 2005 02:12:25 -0800 (PST) X-MailScanner: PASSED (v1.2.8 98813 jB9ACPA6010288 mailbox7.ucsd.edu) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 I've had Cygwin's ssh daemon (sshd) working for some time now on my windows box. I have turned x11 forwarding on and I can test it by connecting to the machine remotely and running some X applications like xeyes and xclock. They work just fine. However, when I try running my own java gui (swing) application remotely I get no error messages but no window gets displayed. I used some debug messages to check to see that the program is getting past the line of code that executes the window display and messages that go to the console appear fine. I made sure my program runs locally without any x11 and it does. I tested out my application on someone else's ssh server and you can run it remotely without any problems. Therefore, I concluded that it's not just the fact that my code causes a problem with displaying a gui in general I thought that maybe it was a problem because I was using swing, so I wrote a simple hello world java awt frame program but the same exact thing happens. Anyone have any ideas why simple X applications work fine, but my java gui's don't work over x11? -- 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/