On Wednesday, May 9, 2001, at 06:58  PM, Wilfredo Sanchez wrote:

>   loginwindow launches Finder launches BBEdit.  Your shell hasn't had a 
> chance to do anything in that path.  This differs from X11, where I 
> think your shell is invoked to launch your X session.

But is there anywhere I can hook in and (even in .SomeMagicFile) set 
environment variables that the finder and my app will inherit?

If I run (from within BBEdit)

#perl -w

use strict;

foreach(keys %ENV)
{
        print("$_: $ENV{$_}\n");
}       

I get:

__CF_USER_TEXT_ENCODING: 0x1F5:0:0
USER: correia
PATH: /usr/bin:/bin:/Volumes/Mac_OS_9_Boot/Data/Correia_Home/
SHELL: /bin/tcsh
HOME: /Volumes/Mac_OS_9_Boot/Data/Correia_Home/
LANG: en_US

Who sets that stuff up?

Jim

--
Jim Correia
[EMAIL PROTECTED]

Reply via email to