LaunchDaemon items at LoginWindow
I'm trying to get an application to run at the login window (eventually I'd like to open a Netrender Client for Cinema4D so we can use some idle time to for some renders).
At the moment, I'm trying to get TextEdit to open just as a proof of concept and then I'll move on to the actual application. I've read quite a few article regarding it and have had no luck getting textedit to open at the login window.
I have the plist in /Library/LaunchDaemons and here is the item itself:
[code]
Disabled
KeepAlive
Label
edu.unversity.test
ProgramArguments
/Applications/TextEdit.app/Contents/MacOS/TextEdit
QueueDirectories
RunAtLoad
WatchPaths
LimitLoadToSessionType
LoginWindow
[/code]
I've used Lingon to create it and had little luck with that. I followed some directions that iHook uses to launch a GUI app at the login window, but that didn't work either.
I'd greatly appreciate any help I could get. This issue has been kicking my butt the past few days.
Nate