Skip navigation.
 
mlRe: Starting my application at user login
FROM : Finlay Dobbie
DATE : Sun Jan 13 13:42:21 2008

On Jan 13, 2008 7:53 AM, Kyle Sluder <kyle.sluder+<email_removed>> wrote:
> On Jan 12, 2008 10:53 PM, Dave Camp <<email_removed>> wrote:
> > For Tiger and beyond you should use launchd and not the old Login
> > Items mechanism.
> >
> > See <http://developer.apple.com/technotes/tn2005/tn2083.html>
>
> launchd agents are broken on 10.4, as per the warning on the technote
> you linked.


You shouldn't use Login Items for Agents, but if you do want to modify
Login Items there is a new supported way of doing so in Leopard as
well. See LSSharedFileList.h

-- Finlay

Related mailsAuthorDate
mlStarting my application at user login Devraj Mukherjee Jan 12, 23:35
mlRe: Starting my application at user login Jerry Krinock Jan 13, 02:49
mlRe: Starting my application at user login Dave Camp Jan 13, 04:53
mlRe: Starting my application at user login Kyle Sluder Jan 13, 08:53
mlRe: Starting my application at user login Finlay Dobbie Jan 13, 13:42