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 Message-ID: <000701c359b1$d778af80$c99ac250@leper> Reply-To: From: To: Cc: Subject: Re: starting up in rxvt ? Date: Sun, 3 Aug 2003 12:24:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-OriginalArrivalTime: 03 Aug 2003 11:24:15.0665 (UTC) FILETIME=[C5A71210:01C359B1] Do not start with a bash process. If you try starting things with Start -> Run -> c:\Cygwin\bin\rxvt -e /bin/bash that will start a rxvt terminal which reads ~/.bashrc. If you try Start -> Run -> c:\Cygwin\bin\rxvt -e /bin/bash --login -i that will start a rxvt terminal which reads /etc/profile then ~/.bash_profile. After "rxvt" but before "-e" insert switches for rxvt if you want them, like -bg blue -fg yellow and that sort of thing. All this assumes you are not running XWin. If you have previously set DISPLAY and have started XWin using start XWin -multiwindow, then you can start a rxvt session as above prefixed with the command "run ". Fergus -- 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/