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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=tZhdCwJwJzaKNX8q9beQ6VWAffZHD fb+nP6ZFKj+hMjjZ+ezTCX9GfGJLSvic/UGSS1kBXlbSAYSHi3u4R1b6hEnPaGOo qzzvRZ1OcwXXUZQ6emmaJQVP5oLq9TfTnwA7ZhojwF+oXwATCwxIBoA9Fu0hDIFC BQiLqPoya0VGJw= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=xG7hUz5UO7IT9rfgbBO6wYVmLhM=; b=hL/ FGuFeQzXegZyFZTYKlaJdBYVQbTpx06WJ7dzNT/X9hRLsswimRlhXw/j1+bhAjKS FRcs5e1JyR5AfT20pN3HjM+BEuU8HBZV54FHa9Ju6phpQAmpQUFlN3LrlNZ8B7eV rLNyyqLLVkPO3WLYLI6WdEJ4T4Jj6AJ/b+8vjMmQ= 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.4 required=5.0 tests=BAYES_20,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*sourceforge.net, Hx-languages-length:872, icon, logo X-HELO: s216.webhostingserver.nl X-Gm-Message-State: AE9vXwNXdZHCj5ohZOVry9cauPVWXqpvvHLzTMWS8batBhrUBvRNIsVyvUBQZn/q4iORW21cmEBLTJvrHHF+Uw== X-Received: by 10.202.73.205 with SMTP id w196mr5048851oia.69.1473417042467; Fri, 09 Sep 2016 03:30:42 -0700 (PDT) MIME-Version: 1.0 From: Frank Fesevur Date: Fri, 9 Sep 2016 12:30:11 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Suggestion for chere To: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset=UTF-8 X-Authenticated-Id: deb43215 X-IsSubscribed: yes Hi Dave, I have a suggestion for chere. It would be really nice if the Cygwin icon/logo would be shown in front of the menu entry. Right now I only have one "Bash Prompt Here" menu item, but other bash implementations (MSYS2, Windows Git) also have a chere-like feature. They add there icon in front of the menu item. Take a look at this github issue: https://github.com/Microsoft/BashOnWindows/issues/603 It shows two variants of "bash here" in the context menu. Adding the icon is not that hard. See the .reg sample below. Just add an extra entry named "Icon" with a full path to the Cygwin.ico file. [HKEY_CLASSES_ROOT\Directory\Background\shell\cygwin64_bash] @="&Bash Prompt Here" "Icon"="C:\\Cygwin\\Cygwin.ico" If you want to make this optional, the command line flag -I (capital i) is the most logical available letter. Regards, Frank -- 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