X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Message-ID: <4EE6C16B.8050103@cornell.edu> Date: Mon, 12 Dec 2011 22:07:23 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Latest cygwin.bat - need one References: <20111212054801 DOT GD4028 AT mrvideo DOT vidiot DOT com> <20111212063131 DOT GE4028 AT mrvideo DOT vidiot DOT com> <4EE62188 DOT 5050000 AT cornell DOT edu> <20111212174456 DOT GB11542 AT mrvideo DOT vidiot DOT com> <4EE663F7 DOT 4060004 AT cornell DOT edu> <20111212212343 DOT GF11542 AT mrvideo DOT vidiot DOT com> <4EE67261 DOT 9080408 AT bopp DOT net> <20111213001148 DOT GA13086 AT phoenix> <20111213013746 DOT GJ11542 AT mrvideo DOT vidiot DOT com> In-Reply-To: <20111213013746.GJ11542@mrvideo.vidiot.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 [Sorry, I again accidentally replied to the OP instead of to the list.] On 12/12/2011 8:37 PM, Mike Brown wrote: > On Mon, Dec 12, 2011 at 04:11:48PM -0800, Gary Johnson wrote: >> General >> [Name:] Cygwin Terminal >> Shortcut >> Target: C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico - >> Start in: [empty] >> Shortcut key: None >> Run: Normal window >> [Icon:] C:\cygwin\Cygwin-Termina.ico > > Thanks, I created a shortcut with the above info and it is close. > > It starts and it finds my shell and my config files. But $SHELL is empty > and the terminal has no clue as to where any of the Cygwin programs are. > The PATH that is created before any of my files are read contains info on > Windblows program locations, but nowhere is /usr/bin or /bin, or any of the > long path names to the Cygwin binaries. > > When started from the cygwin.bat file, "/usr/local/bin:/usr/bin:/bin:" prefice > the Windblows paths. So, a PATH that includes the needed info to the cygwin > binaries is built when BAT is run, but not when mintty is started. > > Is there a reason why Cygwin is not building a PATH with the needed info? Are you sure you didn't forget the `-' at the end of the target? That's what tells mintty to start your shell as a login shell, in which case the commands in /etc/profile should get executed. One of the commands in the default /etc/profile adds /usr/local/bin and /usr/bin to PATH. Have you modified /etc/profile? Ken -- 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