From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3973 invoked by alias); 24 Nov 2011 15:47:50 -0000 Received: (qmail 3961 invoked by uid 22791); 24 Nov 2011 15:47:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yx0-f195.google.com (HELO mail-yx0-f195.google.com) (209.85.213.195) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Nov 2011 15:47:35 +0000 Received: by yenl9 with SMTP id l9so427449yen.2 for ; Thu, 24 Nov 2011 07:47:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.35.225 with SMTP id l1mr18564764pbj.22.1322149349669; Thu, 24 Nov 2011 07:42:29 -0800 (PST) Received: by 10.68.212.200 with HTTP; Thu, 24 Nov 2011 07:42:29 -0800 (PST) Date: Thu, 24 Nov 2011 15:47:00 -0000 Message-ID: Subject: Cygwin Terminal icon broken on case-sensitive systems From: Andy Koppe To: cygwin-apps@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2011-11/txt/msg00105.txt.bz2 I'm afraid there's a problem with the new "Cygwin Terminal" icon (which I'm sorry not to have spotted when reviewing the change). Setup.exe creates the mintty shortcuts with '-i /Cygwin-Terminal.ico', yet the icon file it creates is called 'cygwin-terminal.ico', i.e. all lowercase. This means that users of systems with case sensitivity enabled just get to see a dialog box saying "/usr/bin/mintty: could not load icon from '/Cygwin-Terminal.ico'". Apparently at least two users have fallen foul of this already: http://georgik.sinusgear.com/2011/11/23/mintty-resizable-terminal-for-windows/ Andy