Re: Getting the User/Owner of another process
Re: Getting the User/Owner of another process
- Subject: Re: Getting the User/Owner of another process
- From: "Zack Farmsworth" <email@hidden>
- Date: Tue, 30 Sep 2003 13:24:11 -0700
IDIOTS!!!!!
Anybody who has programmed on Mac OS X for any length of time (like two
days) knows that the SystemConfiguration framework gives the ability to do
exactly what Mr. Farmer desires. In case anybody is interested, the
information is posted at:
http://developer.apple.com/qa/qa2001/qa1133.html
Fools, all of you.
Good day,
Zack
I need to be able to get the User/Owner of another process, like Finder. I
need to do this because I need to get the user name of the person currently
logged in. Now before you berate me, I did try to use NSUserName(),
NSFullUserName() functions.
There seems to be a very subtle bug in these functions. These functions
were
unsuccessful because I am trying to get the user name of the person
currently
logged in, in the Startup Item I am using, but contrary to the documentation
for these two functions, they do not get the User Name of the user currently
logged in they get the User Name of WHOEVER HAS OWNERSHIP OF THE
APPLICATIONS
PROCESS (for Startup Items this seems always to be Root).
So I need to someway get the name of the person logged in, in a Startup Item
so I can setup the last preferences for the app and driver I am writing.
The
only way I have thought of to do this, is to be able to get the User Name of
the user that owns the Finder process (which always seems to have the
current
logged in user as the owner of that process... see the Process Viewer).
Does
anyone have any suggestions on how to do this, or how to otherwise get the
current users login name in a Startup Item?
Thanks,
John D. Farmer
_________________________________________________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.