yeah, if you install OroborOSX, you can do this.
Oroborosx can create documents that, when double clicked, launch the application specified within the bundle.
come to think of it though, this might work:
w00t! this *does* work!!!
start x rootless. Get into terminal.app
type this for an xterm:
Code:
xterm -display 127.0.0.1:0.0
(if xterm isn't in your path, type /usr/X11R6/bin/xterm instead of xterm)
And now an even better solution!
all you have to do is set $DISPLAY to :0.0
so....
bash users can edit .bashrc and add:
DISPLAY=:0.0
tcsh users can edit .cshrc and add:
setenv DISPLAY :0.0
hope thie helps!