From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27143 invoked by alias); 12 May 2018 12:28:49 -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 27133 invoked by uid 89); 12 May 2018 12:28:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=appid, Hx-languages-length:1046, click, HContent-Transfer-Encoding:8bit X-HELO: mscha.org Received: from dogbert.mscha.org (HELO mscha.org) (31.25.103.164) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 May 2018 12:28:47 +0000 X-Envelope-To: Received: from [IPv6:2001:983:8781:1:4881:755f:8171:8255] ([IPv6:2001:983:8781:1:4881:755f:8171:8255]) (authenticated bits=0) by mscha.org (8.14.4/8.14.4/Debian-2ubuntu2.1) with ESMTP id w4CCSexe020519 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sat, 12 May 2018 14:28:44 +0200 To: cygwin@cygwin.com From: Michael Schaap Subject: Problems with mintty jump list Message-ID: Date: Sat, 12 May 2018 14:05: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 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00151.txt.bz2 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? Thanks,  - Michael -- 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