From: -X- How, in Tk, can I XXX: A10.A.7. Alternate forms of this question often mention that Tk 3.3 send is broken, or ask how to use xauth. Under Tk 3.3, the X11 xauth security mechanism is used. While this provides more security, it does require the user to do a bit more setup. The user needs to create an Xauthority file (typically $HOME/.Xauthority) and then restart the X server with the -auth argument, along with the name of the Xauthority file created. Read the X11 documentation for your system for the details on how to use xauth or comparable software to create the authority files needed. An intro to xauth is available as ftp://harbor.ecn.purdue.edu/pub/tcl/docs/Xauthority . Also note that you can configure Tk to not depend on xauth by modifying the tk3.3/Makefile.in to comment out the following: # To turn off the security checks that disallow incoming sends when # the X server appears to be insecure, reverse the comments on the # following lines: #SECURITY_FLAGS = SECURITY_FLAGS = -DTK_NO_SECURITYGo Back Up