Re: Problems with Launchd Daemon
Re: Problems with Launchd Daemon
- Subject: Re: Problems with Launchd Daemon
- From: Michael Vannorsdel <email@hidden>
- Date: Mon, 28 Apr 2008 13:22:35 -0600
Unfortunately launch daemons can't be Cocoa applications or
applications that rely on the window server in general (and other
higher APIs). You'll be better off launching it as a user login item
(accounts prefs). These are launched in the user's context and after
the window server is loaded.
On Apr 28, 2008, at 1:00 PM, JanakiRam wrote:
I am developing a Mac cocoa application suite which has a launchd
daemon (
which is a pure cocoa application ).
I'm able to launch the cocoa daemon using launchctl command
properly. But
when i place the plist in /Librart/LaunchDaemons ,after system
restart ,
my system log shows the following error. And my application behavior
is
unexpected.
*<Warning>: 3891612: (CGSLookupServerRootPort) Untrusted apps are not
allowed to connect to or launch Window Server before login.*
*<Error>: kCGErrorRangeCheck : On-demand launch of the Window Server
is
allowed for root user only.*
*_RegisterApplication(), FAILED TO establish the default connection
to the
WindowServer,_CGSDefaultConnection() is NULL. *
Activity Monitor shows my daemon is running with root privileges.
Can any one help me to solve this problem. Please help me to solve
this
problem.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden