X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.0 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: <announce.20090424081907.952B939078@heartbeat1.messagingengine.com>
References: <announce.20090424081907.952B939078@heartbeat1.messagingengine.com>
Date: Mon, 27 Apr 2009 11:51:55 +0100
Message-ID: <416096c60904270351h3d325f4ame7a927c4dd5f9acc@mail.gmail.com>
Subject: Re: [ANNOUNCEMENT] Updated: rxvt-20050409-10
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
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

> o Use cygutils to create shortcuts in Start Menu

I'm afraid the shortcuts don't work, because they have a rogue
backslash and newline in the target:

C:\bin\run.exe /usr/bin/rxvt.exe -display :0 -fn "Lucida Console-14" \
	-tn rxvt-cygwin-native -e /bin/bash --login

C:\bin\run.exe /usr/bin/rxvt.exe -display 127.0.0.1:0 \
	-tn rxvt-cygwin -e /bin/bash --login

It's due to a quoting problem in the mkshortcut commands in the
postinstall script.

Also, is it necessary to invoke rxvt through run.exe, as rxvt does its
own console hiding anyway?

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/

