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


Click here to return to the 'Fix Apple's X11 to allow remote use of Mac X11 apps' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fix Apple's X11 to allow remote use of Mac X11 apps
Authored by: bici on Mar 03, '04 05:15:28PM

for bash I beleive the proper command is:

if [ ${#DISPLAY} -eq 0 ]; then
export DISPLAY=':0.0'
fi

Which you add to your .profile file

---
sempre in giro



[ Reply to This | # ]