Skip navigation.
 
mlRe: Login Item for All Users
FROM : Finlay Dobbie
DATE : Mon Nov 19 13:12:42 2007

On Nov 17, 2007 3:02 PM, Derek Chesterfield <<email_removed>> wrote:
> ...and launchd does support per-user Agents from /Library/
> LaunchAgents, which - if I understand correctly - launch at login time.
> <http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/LaunchOnDemandDaemons.html


LaunchAgents do not work as you might expect in Tiger (due to some
issues in the handling of bootstrap port namespaces IIRC). You will
probably want to avoid them.

For Tiger, there is an undocumented system login item plist. I forget
the details, but I believe DTS has some sample code for manipulating
it that they will give out on request.

-- Finlay

Related mailsAuthorDate
mlLogin Item for All Users JanakiRam Nov 17, 10:50
mlRe: Login Item for All Users Vlad Alexa Nov 17, 11:28
mlRe: Login Item for All Users Andreas Mayer Nov 17, 12:22
mlRe: Login Item for All Users Andrew Farmer Nov 17, 14:51
mlRe: Login Item for All Users JanakiRam Nov 17, 15:45
mlRe: Login Item for All Users Derek Chesterfield Nov 17, 16:02
mlRe: Login Item for All Users Andreas Mayer Nov 17, 16:22
mlRe: Login Item for All Users Dave Hersey Nov 17, 19:33
mlRe: Login Item for All Users Finlay Dobbie Nov 19, 13:12