X-Recipient: archive-cygwin@delorie.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.1090409@griensu.com>
Date: Wed, 10 Jun 2009 19:41:34 +0100
Message-ID: <416096c60906101141v20267296lf7dce4ad2f072eca@mail.gmail.com>
Subject: Re: RXVT Problem
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/

