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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=rx1 gMHyduqfxVahWuFwpfBolTMWR0Xb2+Pt2K22nUQpy5TfIMWZCqB7ujghTERJgOgS 4v2JaSnC3zxEyDW6Lz2qlw9EVnSqGhvlB0QtSOT4VHdsNyEev20ZuS5mNZV66BkV KeE9ydQjJ0G7LenN2vTCcpeBTF6ziJOW7LB3SSM8= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=pgg+o2/2N VQa/YIuwYVntrwc0Ew=; b=ALp/LghUbd7B3u3yBsYBfqwdssRBTE9aB7tItTj0T vh3rS2FVotxdbOpU0eJA15UqErvrTDbQ6AJ4Wt89leu2r8rnWqty35GB8ge8sBor J0zpamiY27PXF9xxkKyvOAwbU8pnUS8G5FIqt6z/DRmtAgtrxLXjTC18YFjs+HYb F8= 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=-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 X-Envelope-To: To: cygwin AT cygwin DOT com From: Michael Schaap Subject: Problems with mintty jump list Message-ID: Date: Sat, 12 May 2018 14:28:43 +0200 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 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