=> From: Carl Payne <cpayne_at_eden.rutgers.edu>
=> I have two questions. First, Is there a way that I can make a button(on the
=> new fvwm2rc95-fvwm95-2.0.41) that goes directly to a telnet location? By this
=> I mean: I want to click on a button that takes me automatically takes me to a
=> location, let's say info.rutgers.edu. or 150.333.3435.554 whatever. Is this
=> possible?
=> Carl Payne
=> --
I don't use fvwm-95 but the Buttons work in much the same way as in fvwm-2.0.41
so add or change a button definition to:
*FvwmButtons Rutgers mini-term.xpm Exec "" xterm -sb -sl 2500 -T "info.rutgers.edu" -n "Telnet" -e telnet info.rutgers.edu &
(all one line)
Put this in the section of the .fvwm2rc95 file with all the other *FvwmButton
lines and then when you restart you should have a new button called "Rutgers"
which will start up an xterm and telnet into info.rutgers.edu. This should
answer your first question.
--
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 Wed Nov 27 1996 - 04:15:53 GMT