| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <000701c359b1$d778af80$c99ac250@leper> |
| Reply-To: | <fergus AT bonhard DOT uklinux DOT net> |
| From: | <fergus AT bonhard DOT uklinux DOT net> |
| To: | <cygwin AT cygwin DOT com> |
| Cc: | <fergus AT bonhard DOT uklinux DOT net> |
| Subject: | Re: starting up in rxvt ? |
| Date: | Sun, 3 Aug 2003 12:24:45 +0100 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1165 |
| X-OriginalArrivalTime: | 03 Aug 2003 11:24:15.0665 (UTC) FILETIME=[C5A71210:01C359B1] |
Do not start with a bash process. If you try starting things with
Start -> Run -> c:\Cygwin\bin\rxvt -e /bin/bash
that will start a rxvt terminal which reads ~/.bashrc. If you try
Start -> Run -> c:\Cygwin\bin\rxvt -e /bin/bash --login -i
that will start a rxvt terminal which reads /etc/profile then
~/.bash_profile.
After "rxvt" but before "-e" insert switches for rxvt if you want them,
like -bg blue -fg yellow and that sort of thing.
All this assumes you are not running XWin. If you have previously set
DISPLAY and have started XWin using start XWin -multiwindow, then you can
start a rxvt session as above prefixed with the command "run ".
Fergus
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |