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 Date: Tue, 8 Jan 2002 16:20:42 +0100 From: "Gerrit P. Haase" X-Mailer: The Bat! (v1.53t) Business Reply-To: "Gerrit P. Haase" Organization: convey Information Systems GmbH X-Priority: 3 (Normal) Message-ID: <4120334960.20020108162042@familiehaase.de> To: Kent Perrier CC: cygwin AT cygwin DOT com Subject: Re: cygwin console In-Reply-To: <3C3B0A31.1040604@oneco.net> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Kent, 2002-01-08 16:13:28, du schriebst: >>> --- cygwin.bat.orig Tue Jan 8 09:15:22 2002 >>> +++ cygwin.bat Tue Jan 8 09:20:22 2002 >>> @@ -3,4 +3,4 @@ >>> D: >>> chdir \cygwin\bin >>> >>> -bash --login -i >>> +start rxvt -sl 300 -e bash --login -i > Humm. I comment out the bash line and I add the rxvt line and I get the > "guick flash." I do have rxvt installed, so what have I done wrong? Windows98? What happens if you just double click rxvt.exe from explorer? I get a whit shell with black font scrollbar at the left. Or was it DISPLAY which needs to be exported, though it isn't there if I call rxvt directely: Try adding: export DISPLAY=127.0.0.1:0.0 or this: export DISPLAY=:0 to your ~/.bashrc or /etc/profile Gerrit -- =^..^= -- 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/