site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 2009-01-21, at 11:47:02, Rakesh Singhal wrote: Hi Rakesh, Also can you state what you are trying to achieve at a high level. Philip Aker echo astwta@lvpc.dslh@nl | tr a-z@. p-za-o.@ Democracy: Two wolves and a sheep voting on lunch. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Currently I have one daemon app. I want to launch a GUI from daemon, when it gets device plugged-in notification. I observed following things while working on 10.4.11 ppc only using daemon (not agent): 1. The daemon launches the GUI on 10.4.11 ppc when I start the system. Now if I log out and logs in and plug-in device again then it gives error -10810. I could not understand that why does this error come and how to resolve this. 2. If I first log in as root user and daemon launches the GUI. Now I close the GUI and switch to another user. Now if daemon launches the GUI then it gets launched in root user, not in current user. It shows same behavior with all users. I have written an agent app also. If I use agent also with daemon then also it does not solve any of above problems. I hope, it is clear now. As a casual reader, it's not clear. You are describing things in terms of _ what methods and tools _ you want to accomplish some goal. But Shawn asked: Also can you state what you are trying to achieve at a high level. To answer that question, you might say something like: "We have a USB device that needs to be detected when it is plugged in. When it's first connected it will launch an application showing a configuration window to the user -- but only if conditions Z, Y, and X are met." On Thu, Jan 22, 2009 at 1:07 AM, Shawn Erickson <shawnce@gmail.com> wrote: Thanks. Yes, you are right and I know it is not supported and I have written the agent to launch GUI. But this agents gets terminated when logs out, so this will not resolve the issue of getting error -10810. It isn't clear exactly what your current implementation is... Can you restate what you have at the moment? This email sent to site_archiver@lists.apple.com