This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1


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 <windows.h>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]