From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from endymion.arp.harvard.edu (endymion.arp.harvard.edu [140.247.179.71]) by sourceware.org (Postfix) with ESMTPS id 50BC03858D39 for ; Sun, 30 Apr 2023 19:25:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 50BC03858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=huarp.harvard.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=huarp.harvard.edu Received: from [192.168.7.23] (pool-71-184-121-244.bstnma.fios.verizon.net [71.184.121.244]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by endymion.arp.harvard.edu (Postfix) with ESMTPSA id C215A263977 for ; Sun, 30 Apr 2023 15:25:12 -0400 (EDT) Message-ID: <1dc4b0a1-8791-6c41-f20d-16228cd224b0@huarp.harvard.edu> Date: Sun, 30 Apr 2023 15:25:12 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Content-Language: en-US From: Norton Allen To: "cygwin@cygwin.com" Subject: New install setup fails to create start menu bash link Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I have a new Windows 11 machine. I ran setup V2.925 with command-line options for my default set of packages, clicked through installation, and specified start menu but no desktop icon. Install seemed to go smoothly, but while there was a start menu folder for Cygwin with documentation, there was no "Cygwin64 Terminal" link. I found the folder under /ProgramData/Microsoft/Windows/Start\ Menu/Programs/Cygwin, and the shortcut was there, but it had the wrong permissions. It showed up as ---rwxr-x. I executed chmod u+rx 'Cygwin64 Terminal.lnk' and restarted, and now it shows up and works as expected. Please let me know if I can shed any more light on what's going on here.