Thanks a heap for your reply and my apologies i didn't mentioned the version. I am running on 10.5.5
I will take your advice and reply back with my findings.
~Arjun
At 12:13 +0530 22/1/09, Arjun SM wrote:You're running on 10.5.x, right? The symptoms you describe almost make it sound like you're testing on 10.4.x (launchd agents don't work in a useful way prior to 10.5).
I have created a custom Menulet which i have made it as a launchAgent . The problem i am facing is after installation if i logout and login again my Menulet doesn't come up at all.
Beyond that, I suggest you start with something simple. I installed the following plist on my 10.5.6 machine and it worked just fine. So, start from that, and mutate it towards what you've got, and see what causes it to stop working.
$ cat /Library/LaunchAgents/com.apple.textedit.plist<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<?xml version="1.0" encoding="UTF-8"?><key>Label</key>
<plist version="1.0">
<dict>
<string>com.apple.textedit</string>
<key>Program</key>
<string>/Applications/TextEdit.app/Contents/MacOS/TextEdit</string>S+E
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
launchd-dev mailing list
launchd-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/launchd-dev