Known bugs in XF:

	- There have been reports of problems with the color
	  selection under Open Windows. Hopefully, these
	  problems are gone with Tk 3.2.

	- You need the program true(1). This is required to
	  prevent noumerous zombies. On some systems (i.e.
	  Linux) /bin/true cannot be executed correctly by wish
	  because there is no '#!/bin/sh' in the shellscript.

	- If the following error message is printed to the
	  terminal when you try to start the xftutorial:

	    server insecure (must use xauth-style authorization);
		
	  you have problems with the new Tk security
	  feature. Make your server secure (take a look into
	  FAQ.running).

	- on HP-UX 9.01 the echo(1) command does not know
          know the -n option to suppress the printing of a
          newline. This is the reason why the about message
          contains a "-n" at the beginning. I don't want to
          modify that part of the installation, as all this
          will be replaced by a Tcl script in the next
          release anyway.

	- On some systems the unix command true(1) does not
	  exist. This causes trouble when you try to run a
	  external program. XF uses this unix command to
	  prevent noumerous of subprocesses.  Please make a
	  dummy shell script (or a symbolic link to annother
	  small program), so XF can call this command (with
	  a minimum of overhead).

