On Fri, 14 Nov 1997 aa_at_sun.engg.le.ac.uk wrote:
> I just installed fvwm-2.0.46 on a SunOs 4.1.3 OS and I'm trying to do a remote
> login (rlogin) in to other machines on the same network. I have the following
> command lines in my .fvwm2rc file;
>
> >AddToMenu Remote-Logins "bradford" Exec rlogin -l aa bradford &
> >"shanghai" Exec rsh shanghai rxvt -display $HOSTDISPLAY &
> >+"wakefield" Exec rsh wakefield rxvt -display $HOSTDISPLAY &
>
I use a line like this (csh is the default shell on the remote side):
(broken onto two lines for viewing)
+ "X-TERM" Exec exec rsh <remotehost> \
setenv PATH $PATH':/usr/bin/X11'";" "xterm"
It works well. rsh doesn't get the env variables like PATH set properly.
This is generally stated in the appropriate man page.
Michael Tiefenback
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Fri Nov 14 1997 - 11:22:26 GMT