This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin console


 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]