This is the mail archive of the cygwin-xfree@cygwin.com 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: Tabbed xterm


On Tue, 26 Apr 2005, Scott Cegielski wrote:

> Thanks for the info.  I got it working.   One thing though, and this is
> probably an easy one.  How can I get a windows shortcut to start mrxvt?  Xterms
> are started like this:
> 
> C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin xterm -e /usr/bin/tcsh
> 
> but if I try to start mrxvt like this:
> 
> C:\cygwin\usr\X11R6\bin\run.exe -p /usr/local/bin mrxvt -e /ust/bin/tcsh
> 
> Nothing comes up.  Any ideas?

-p is used to add additional entries to $PATH. You're mrxvt can not load the 
missing the X11 libraries and maybe not even the cygwin1.dll library

maybe this helps.
C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin mrxvt -e /usr/bin/tcsh
or
C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin -p /usr/local/bin mrxvt -e /usr/bin/tcsh

you may also start with placing mrxvt in /usr/bin (where xterm lives) and use
just a slightly tweaked command
C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin mrxvt -e /ust/bin/tcsh

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


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