Dave,
Consider the following change to .bash_local
From
# TO PERMIT LAUNCHING X-WINDOWS APPS FROM TERMINAL
export DISPLAY=:0
# TO PERMIT LAUNCHING X-WINDOWS APPS FROM TERMINAL
if [ -z "$DISPLAY" ]; then
??????? export DISPLAY=:0
fi
This will allow folks to ssh in and tunnel X traffic.?
Aug
AG5AT