Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Prevent accidental quits from Apple's X11' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Prevent accidental quits from Apple's X11
Authored by: fivefifty on Sep 19, '05 11:53:48AM

Just make sure Terminal.app is setup properly for X11. I think all you need is the following lines in .bash_profile:

if [ ! $DISPLAY ] ; then
export DISPLAY=:0.0
fi



[ Reply to This | # ]