X-Spam-Check-By: sourceware.org Date: Wed, 15 Mar 2006 08:56:45 +0100 (MET) From: Angelo Graziosi To: cygwin AT cygwin DOT com Subject: Re: Problems with the snapshot 20060314 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Eric Blake wrote: > Not the answer to your main question, but why not use the run package? > Then you don't have to flash a dos console when starting an X program. Russell Montgomery wrote: > If you want to avoid having the dos window flash up on your screen, > simply change the properties of the shortcut to have it run Minimized. > You'll still see the dos window task bar button show which then quickly > disappears. Its no great fix, but it makes it look cleaner. As I have explained in http://cygwin.com/ml/cygwin/2006-03/msg00385.html the problem is not the DOS windows (re-read: I say 'as it must') that quickly disappears but with that snapshot, released 20060314 19:25, XWin starts but xterm NOT. Regarding the run packages, startxwin.bat uses it: startxwin.bat: ------------------------------------------------------- .... SET CYGWIN_ROOT=\cygwin SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/X11R6/bin ..... %RUN% XWin -multiwindow -clipboard -silent-dup-error +bs .... %RUN% xterm -sl 2500 -sb -rightbar -ms red -fg lightgray -bg black -fn "-*-lucidatypewriter-medium-r-*-12-*" -e /usr/bin/bash -l .... -------------------------------- Cheers, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/