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:from:content-type:content-transfer-encoding :date:subject:to:message-id:mime-version; q=dns; s=default; b=YN E9iaFxL+2luz9Tzcdyvrt/4rQbHQMjU4rJOoVaCtZwQC8hKzoYiF+J2nSmEtBclX 4shHWdM91NvCi0+Bijv758eO5JsucJdvl5i1Z23aiRv991VM/tnVt7IJXeGJPJGy NnUR/M8NlUiR1KItj3wCnpWhQ6QFMR+mLZqTIN3eE= 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:from:content-type:content-transfer-encoding :date:subject:to:message-id:mime-version; s=default; bh=SG3gOOTz Xd1Cdkh2YIyQdYwP60w=; b=LfGXmptsCfE1zkMHx7RBsgdGT5VWnpyPJ1cL7Xj+ 3VPc/3UkWUpcDj4kb4gnHwFWOJFMIdemahcm/3aq9FH7jy4A2/V7xxkLc2Y5Y5Um RPLCvq5YqC/tfhzd8CUIQKZ4I+7vcyOxkYTML7tU/ZOyCNzkzfSxxiUSTxpckBMv kp4= 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=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: smtp5-g21.free.fr From: Denis Excoffier Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Feb 2015 01:15:06 +0100 Subject: xlaunch small glitch To: The Cygwin Mailing List Message-Id: <652B2EF3-E52F-403C-8549-D2A16FCF1D27@Denis-Excoffier.org> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1S0FLNW020304 Hi, 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". Regards, Denis Excoffier. -- 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