Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C3B25E2.4040401@ece.gatech.edu> Date: Tue, 08 Jan 2002 12:01:22 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Kent Perrier CC: cygwin AT cygwin DOT com Subject: Re: cygwin console References: <20020108113417 DOT A8402 AT infosat DOT net> <6374-Tue08Jan2002111758+0000-starksb AT ebi DOT ac DOT uk> <1126157253 DOT 20020108122424 AT familiehaase DOT de> <5519-Tue08Jan2002114553+0000-starksb AT ebi DOT ac DOT uk> <3C3B005B.D121F781 <3C3B0760 DOT 8020604 AT syntrex DOT com> <3C3B0A31 DOT 1040604 AT oneco DOT net> <3C3B0E44 DOT 183989DC AT rowman DOT com> <3C3B12A0 DOT 6080805 AT oneco DOT net> <3C3B167C DOT BF27FEFA AT rowman DOT com> <3C3B18CC DOT 9020504 AT oneco DOT net> <3C3B1DC0 DOT 4080103 AT lrz DOT uni-muenchen DOT de> <3C3B221E DOT 3020203 AT oneco DOT net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Kent Perrier wrote: > On 1/8/2002 10:26 AM, Joachim Walter wrote: > >> To get it work for me, I had to include the path to bash >> >> rxvt -e /bin/bash --login -i >> >> probably because I don't have the cygwin paths in my windows PATH. >> Once bash starts with --login it reads the /etc/profile and everything >> is ok. > > > > ding ding ding ding! We have a winner. This works. Ah, then you don't need to add c:\cygwin\bin to the global path. Great -- I really didn't want to get into having setup.exe muck with autoexec. So, you want something like: c:\cygwin\bin\rxvt.exe -display :0 -fn "Lucida Console-12" -fg #202020 -bg #000000 -sl 2000 -e /bin/bash --login -i Anybody want to provide a patch for setup.exe so that it adds to cygwin.bat a REM commented line similar to the above? --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/