>>>>> "Tim" == Tim Wadsworth <Tim.Wadsworth_at_cambridge.simoco.com> writes:
[snip]
Tim> 1. Why do the messages go to different places, ie. why are the
Tim> fbconsole (presumably fbconsole == FvwmConsole?) messages
Tim> immune to my redirect?
Tim> 2. How do I get all of the messages to go to the same place,
Tim> and
Tim> 3. How do I display them in a window on my X-terminal?
Errors may be printed on stdout or stderr.
Try this line in .xsession if you use sh or ksh
exec > $HOME/xsession.log 2>&1
If you want to track the messages, try something like
xterm -e tail -f xsession.log
--
Pete Forman
Western Geophysical
pete.forman_at_bedford.waii.com
--
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 Tue Nov 12 1996 - 12:32:08 GMT