X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4A2FA2E8.1090409@griensu.com> References: <4A2FA2E8 DOT 1090409 AT griensu DOT com> Date: Wed, 10 Jun 2009 19:41:34 +0100 Message-ID: <416096c60906101141v20267296lf7dce4ad2f072eca@mail.gmail.com> Subject: Re: RXVT Problem From: Andy Koppe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 > I'm using Win2000-SP4, and I've created a shortcut in the quick launch bar > to start an RXVT terminal with this parameters: > > Target: C:\cygwin\bin\rxvt.exe -e bash --login > Start in: C:\cygwin\bin > > The problem is when I click this shortcut, the terminal opens and closes > immediately The likely cause for this is that the PATH isn't set at the time rxvt invokes bash, because that's only done by the startup scripts that bash invokes. Add the full path to bash to your shortcut: Target: C:\cygwin\bin\rxvt.exe -e /bin/bash --login Andy -- 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/