Re: Running Java application with drag and drop support in cygwin

2010-09-20 Thread Dees
Any update? On Wed, Dec 23, 2009 at 6:26 PM, Dees deepali.shef...@gmail.com wrote: People, any clue? Struggling really hard. On Fri, Dec 18, 2009 at 11:23 AM, Dees deepali.shef...@gmail.com wrote: Hi Jon, Did you get a chance to look at this? From whatever posts available online, I

Re: XWin crash after the launch of startkde on a remote Red Hat 5 machine

2010-09-20 Thread Jon TURNEY
On 18/09/2010 19:44, michel hummel wrote: I have checked the code of the clipboard thread and the race condition you talk about should not be a problem. Before to start a new clipboard thread, the code waits for the end of the first thread (pthread_join) then fixe the variable

Re: CygwinX at MS Terminalserver?

2010-09-20 Thread Jon TURNEY
On 27/08/2010 16:52, Jon TURNEY wrote: On 16/08/2010 07:35, Steffen Sledz wrote: Am 13.08.2010 13:09, schrieb Jon TURNEY: Now testuser0002 tries to start another server in parallel. This gives this error: /usr/bin/startxwin: Resource temporarily unavailable (errno 11): Another X server

[PATCH] os: Add -displayfd option.

2010-09-20 Thread Jon TURNEY
This option specifies a file descriptor in the launching process. X will scan for an available display number and write that number back to the launching process, at the same time as SIGUSR1 generation. This means display managers don't need to guess at available display numbers. As a consequence,

[PATCH] Handle X server -displayfd option transparently

2010-09-20 Thread Jon TURNEY
Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- xinit.c | 68 +++--- 1 files changed, 60 insertions(+), 8 deletions(-) diff --git a/xinit.c b/xinit.c index 918f83e..95ba13c 100644 --- a/xinit.c +++ b/xinit.c @@ -168,6 +168,11

Re: XWin crash after the launch of startkde on a remote Red Hat 5 machine

2010-09-20 Thread Michel Hummel
2010/9/20 Jon TURNEY jon.tur...@dronecode.org.uk: On 18/09/2010 19:44, michel hummel wrote: I have checked the code of the clipboard thread and the race condition you talk about should not be a problem. Before to start a new clipboard thread, the code waits for the end of the first thread

Problems using XWin with remote desktop with latest version

2010-09-20 Thread Jay Goldman
I have the following batch file to start xwin: @echo off SET CYGWIN_ROOT= SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin SET PATH=.;%CYGWIN_ROOT%\bin;%PATH% SET XAPPLRESDIR= SET XCMSDB= SET XKEYSYMDB= SET XNLSPATH= %RUN% XWin