X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=eDGCJoh7WNMRmRz4 WFr6p8mYaIYULWsVUGG4lzkaruXs23aw9WPNkbXyvAnRmKzfTVr8fTWCe6eVHxpa YJZQ24IuFlU+l8lf2/gfX7ZxPIlJFyVMV9EDVmjAhLJwSKiZQWiL65I3+igk6iZw RhoAs11pzRI0541zohtiiZpf5TA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=njTnFFzF3NtlbW9DymLcT9 zHdFk=; b=A5om2Srhi10sxqSbQi6i6ZqkD+6hsmfH5PMFAELHAlhJRFeCE2ekf7 Z2VZQn14MsPQRmLO5vgHqeritSIS+gVpmniOOPKXTBLbh/D9+1T/UdwlubwBu4gg ahhGqACxwFYDClBtT65oBozIpo/16WIJV9hTqY8CHXX6NU2U/4ygE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out1-smtp.messagingengine.com Message-ID: <54F1F490.4070405@dronecode.org.uk> Date: Sat, 28 Feb 2015 17:02:08 +0000 From: Jon TURNEY Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: Denis Excoffier Subject: Re: xlaunch small glitch References: <652B2EF3-E52F-403C-8549-D2A16FCF1D27 AT Denis-Excoffier DOT org> In-Reply-To: <652B2EF3-E52F-403C-8549-D2A16FCF1D27@Denis-Excoffier.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 28/02/2015 00:15, Denis Excoffier wrote: > In the last xlaunch package, the etc/postinstall/xlaunch.sh reads: > > % cat /etc/postinstall/xlaunch.sh.done > # add a start menu shortcut > case $(uname -s) in *-WOW64) wow64=" (32-bit)" ;; esac > /usr/bin/mkdir -p "$(/usr/bin/cygpath $CYGWINFORALL -P)/Cygwin-X${wow64}" > /usr/bin/mkshortcut $CYGWINFORALL -P -i /usr/bin/xlaunch.exe -n "Cygwin-X${wow64}/XLaunch" -a "/usr/bin/bash.exe -l -c /usr/bin/xlaunch.exe" /usr/bin/run.exe > > # add file association for opening and editing .xlaunch files > /usr/share/xlaunch/setupreg.sh add > % > > The "WOW64" on second line should be changed into "WOW*" (or equivalent) since now the W7 32bits are now called "CYGWIN_NT-6.1-WOW". Thanks for pointing this out. I uploaded xlaunch-20150224-2 which corrects this. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple