first Thanks My application is console base...so how is going to connect windowserver ? May be i am using CGDisplayCurrentMode API of Quartz ? How can I get main screen resolution with such api which is not interact with window server ? can you please tell me such API ? if i made my application trusted then above quartz API get success ? p2 ----- Original Message ----- From: "Quinn" <eskimo1@apple.com> To: <launchd-dev@lists.macosforge.org> Sent: Wednesday, April 02, 2008 4:07 PM Subject: Re: [launchd-dev] StartupItems
At 15:40 +0530 2/4/08, Pradip Patel wrote:
do I have to sign the code ?
No. To quote from the technote:
If, in Mac OS X 10.5 and later, you see a message like that shown in Listing 9 you might mistakenly think that the solution is to get the system to 'trust' your application, perhaps via code signing.
However, this isn't the case. This message is really telling you is that you're trying to connect to the window server from the wrong context. You see this message if you try to connect to the global window server service from outside of the pre-login context before the user has logged in; typically this means that you're trying to use the window server from a daemon.
or change the code ?
Yes. Again, to quote from the technote:
You should not attempt to fix this by convincing the window server to trust your program; doing so will just cause other problems further down the road. For example, if you do successfully connect to the window server from your daemon, you still have to deal with window server lifecycle issues described previously.
Instead, you should fix this problem by changing your code to run in the correct context. If you need to connect to the window server in a pre-login context, create a pre-login launchd agent. For an example of this, see Sample Code Project 'PreLoginAgents'.
S+E -- 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/launchd-dev
- This message has been scanned for viruses, spam and dangerous content and is believed to be clean.
-- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________