This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 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: Problems starting "rxvt" from startxwin.bat


> From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-
> owner@cygwin.com] On Behalf Of Phil Betts

> Jose Luis wrote:
> > I can start "xterm" from startxwin.bat:
> >
> >         %RUN% xterm -e /usr/bin/bash -l
> >
> > but no "rxvt":
> >
> >         %RUN% rxvt -bg white -fg black -e /bin/bash
> >
> > although it can be started from command line:
> >
> >          jlfdiaz@JLFDIAZWXP ~
> >          $ rxvt -bg white -fg black -e /bin/bash  &

	Brutality is fun!

%RUN% xterm -e "sh -c '(nohup rxvt -bg white -fg black -e /bin/bash &) && sleep 1'"


	HTH,

Mike


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