re: XWin -silent-dup-error not so silent

2006-09-09 Thread Jeff Cook
Anybody have a work-around for this super-annoying problem? Jeff Cook IT Consultant 3 Facility Services University of Oregon XWin -silent-dup-error not so silent * From: "Kenneth Nellis" * To: * Date: Mon, 24 Jul 2006 15:50:19 -0400 * Subject: XWin -silent-dup-error not so silent * Reply-to: cy

"cannot open display"

2006-09-09 Thread Ogogon !!!
Good afternoon, colleagues! I have established CygWin to compile under Windows the program developed in gcc. At compilation of console applications - all OK. All applications, even rather complex, are started and work without remarks. However, any attempt to create the program with GTK+, lead

Re: XWin -silent-dup-error not so silent

2006-09-09 Thread René Berber
Jeff Cook wrote: > Anybody have a work-around for this super-annoying problem? I you are using a script like the sample sent by Kenneth, why not doing something simple as: PID=`ps -a | grep XWin | cut -d " " -f 6` if [ -z $PID ]; then \cygwin\bin\run XWin -multiwindow -clipboard -silent-dup-e

Re: "cannot open display"

2006-09-09 Thread Larry Hall (Cygwin X)
Ogogon !!! wrote: Good afternoon, colleagues! I have established CygWin to compile under Windows the program developed in gcc. At compilation of console applications - all OK. All applications, even rather complex, are started and work without remarks. However, any attempt to create the prog

Re: "cannot open display"

2006-09-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ogogon !!! on 9/9/2006 4:24 AM: > Good afternoon, colleagues! > > I have established CygWin to compile under Windows the program developed > in gcc. At compilation of console applications - all OK. All > applications, even rather complex,