Re: Login App
Re: Login App
- Subject: Re: Login App
- From: email@hidden
- Date: Thu, 18 Jul 2002 22:37:43 +0200
On jeudi, juillet 18, 2002, at 09:38 PM, Rhon Fitzwater wrote:
Does anyone know how to make an application launch when the user logs
in. I know i can add it through the system prefs-->login..etc. but I
want this program to launch for every user that logs in. Some may not
have a home folder on the computer so I cant add something to their
prefs. I need it to be like a loginhook, but I dont think GUI apps can
run. the program I want to run is GUI based. Any help would be
great. Thanks.
One solution is to:
- have a daemon which is listening to user login/logout via the System
configuration API
- have a startup item which is launching this daemon at boot time
- when an user logins, the daemon launchess the Application.
_______________________________________________
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.
References: | |
| >Login App (From: Rhon Fitzwater <email@hidden>) |