X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 14 Aug 2009 20:48:49 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: run-1.1.11-1 Message-ID: <20090814184849.GJ32408@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20090814063458 DOT GV13438 AT calimero DOT vinschen DOT de> <4A857186 DOT 9040201 AT cwilson DOT fastmail DOT fm> <20090814144442 DOT GF32408 AT calimero DOT vinschen DOT de> <20090814151921 DOT GA28983 AT ednor DOT casa DOT cgf DOT cx> <20090814152904 DOT GG32408 AT calimero DOT vinschen DOT de> <20090814154349 DOT GA10002 AT ednor DOT casa DOT cgf DOT cx> <20090814162049 DOT GH32408 AT calimero DOT vinschen DOT de> <4A859A59 DOT 1040308 AT cwilson DOT fastmail DOT fm> <4A85A9F3 DOT 9090108 AT cwilson DOT fastmail DOT fm> <20090814184157 DOT GI32408 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090814184157.GI32408@calimero.vinschen.de> User-Agent: Mutt/1.5.19 (2009-02-20) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Aug 14 20:41, Corinna Vinschen wrote: > On Aug 14 14:16, Charles Wilson wrote: > > Charles Wilson wrote: > > Corinna, can you give this a try? (I'm happy to send you a compiled > > version of the modified run.exe if that helps). > > I just built it myself, and this looks pretty good. I can start xterm > and urxvt-X wjust fine without a flickering cmd window. > > However, what does NOT work anymore is to start the X server. I had > to start it manually for testing xterm/urxvt. > > Given that the X server shortcut is just a `run /usr/bin/startxwin.bat', > is it possible that the new incarnation doesn't start cmd correctly? I built with -DDEBUG and it appears that startxwin.bat runs fine, but the "run within run" inside of startxwin.bat %RUN% XWin -multiwindow -clipboard -silent-dup-error fails silently. Btw., there's a bug in run which disables building run on casesensitive filesystems: --- resource.rc.in.orig 2009-08-14 20:47:45.000000000 +0200 +++ resource.rc.in 2009-08-14 20:35:38.000000000 +0200 @@ -8,8 +8,8 @@ 102 ICON "X.ico" 103 ICON "rxvt.ico" 104 ICON "xemacs.ico" -105 ICON "File.ico" -106 ICON "Lisp.ico" +105 ICON "file.ico" +106 ICON "lisp.ico" 107 ICON "vim.ico" #include Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple