From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91961 invoked by alias); 12 May 2018 17:15:52 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 91924 invoked by uid 89); 12 May 2018 17:15:50 -0000 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,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Schaap, schaap, console, H*Ad:D*ca X-HELO: smtp-out-no.shaw.ca Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 May 2018 17:15:48 +0000 Received: from [192.168.1.100] ([24.64.240.204]) by shaw.ca with ESMTP id HY7WfG7PdvB5RHY7XfLeUr; Sat, 12 May 2018 11:15:47 -0600 X-Authority-Analysis: v=2.3 cv=PvS9kTE3 c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=IkcTkHD0fZMA:10 a=QIhr-27iAAAA:8 a=NEAV23lmAAAA:8 a=b4eMD0GmHX_ZvWjD-W0A:9 a=QEXdDO2ut3YA:10 a=cgaYBWEFosGJW4rWv5Lf:22 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: Problems with mintty jump list To: cygwin@cygwin.com References: From: Brian Inglis Message-ID: <9d72af26-6725-adf5-634c-cc5d16309e9d@SystematicSw.ab.ca> Date: Sun, 13 May 2018 07:47:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfPOYzIdvdo5XTpFRljmV/Fw/aZhrupNQew8VQnE0M3s5FZp4COuE4b62c63Ligk6aigDVWanL39MS1uvtdkdSaPU6MZpXoIrc193semLiG84bLxg7t0t UbgBLchcIHjFrAbV4t5iDvsTW7/Od1xxllRPpU40SCQimptCcZx880zLkxySsC5PAbv9F7s59ngkZw== X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00160.txt.bz2 On 2018-05-12 06:28, Michael Schaap wrote: > I'm experimenting with the new mintty jump list feature, but I'm having trouble > getting things working. > I've added the following to my .minttyrc: >     TaskCommands=default:-p 100,100;myserver:-p bottom -p right -o > BackgroundColour=255,250,230 -e /usr/bin/ssh -C -Y -o ServerAliveInterval=60 > myserver.example.org > I then started mintty with: >     mintty -o AppID=minttytest > The MinTTY window appeared, with a new icon on the task bar.  I pinned that > icon, and closed this new window. > A right click on the taskbar icon now indeed shows two jump list entries: > default and myserver. > But when I click on "default", a MinTTY window does open and runs my shell > (which is zsh), but the environment is different than normal: for instance, > /usr/bin is not in the $PATH and most commands are therefore not found.  (It's > not running as a login shell?) > When I close all MinTTY windows, the icon remains on the taskbar (as it should), > but the jump list entries are gone. > What am I doing wrong? Why would you even expect jump lists to be shown on console window icons? Jump lists show (some) recent items opened by an app thru Explorer shell interactions, but mintty does not open files dropped from Explorer, just converts the Windows path to a Cygwin path, and pastes that. If you man mintty and search for Taskbar, you can find out more about how you can preset jump list items for mintty, and the requirements and limitations. You may also want to search for more info about jump lists on the mintty project site at https://github.com/mintty/mintty/ -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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