Use X11 from Apple's Terminal app
In your /etc/profile:
# System-wide .profile for sh(1)# added to allow X11 applications to run
if [[ -z $DISPLAY ]]
then
export DISPLAY=:0.0
fiPATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin"
export PATH[ -r /etc/bashrc ] && source /etc/bashrc
Open up X11, and now you can use X11 apps from the terminal. Nice!
You can set up X11 to boot on startup, in the background, and now you have seamless X11 / Terminal use.
12:12 PM, 12 Nov 2004 by Jade Rubick Permalink | Comments (1)
| November 2004 | ||||||
| S | M | T | W | T | F | S |
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | ||||