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
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