X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 8 Aug 2008 14:16:12 -0700 From: Gary Johnson To: cygwin AT cygwin DOT com Subject: Re: How to replace default bash window with rxvt / bash shell? Message-ID: <20080808211612.GB13810@suncomp3.spk.agilent.com> Mail-Followup-To: cygwin AT cygwin DOT com References: <18895814 DOT post AT talk DOT nabble DOT com> <18898454 DOT post AT talk DOT nabble DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18898454.post@talk.nabble.com> X-Operating-System: SunOS suncomp3 5.8 sparc User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes 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 2008-08-08, CheapLisa wrote: > thanks for the help. It did launch bash so I am a little further along. I > still need to get multiple tabs (integrate screen) into the command and > believe I have it after some experimentation: > rxvt -e screen /usr/bin/bash --login -i > > so rxvt executes both screen and bash but another window pops up before and > goes away. This is a little annoying but I can live with it. You can get rid of that extra window by using the Cygwin run command in your shortcut target, like this: C:\cygwin\bin\run.exe /bin/rxvt -e bash --login -i Regards, Gary -- 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/