Re: NSDistributedNotificationCenter and Helper Tool

2013-09-15 Thread Gerriet M. Denkmann
On 16 Sep 2013, at 00:26, Jeff Johnson wrote: > You need to use the option NSNotificationPostToAllSessions. Jeff, you are absolutely right. Now everything works as it should. Thank you very much! Kind regards, Gerriet. > > > On Sep 15, 2013, at 12:15 PM, Gerriet M. Denkmann > wrote: > >

Re: NSDistributedNotificationCenter and Helper Tool

2013-09-15 Thread Jeff Johnson
Hi Gerriet. You need to use the option NSNotificationPostToAllSessions. -Jeff On Sep 15, 2013, at 12:15 PM, Gerriet M. Denkmann wrote: > I have a Helper Tool, running as root, started via SMJobBless and > communicating vie Xpc. > > Sometimes it does: > > [[NSOperationQueue mainQueue] addOp

NSDistributedNotificationCenter and Helper Tool

2013-09-15 Thread Gerriet M. Denkmann
I have a Helper Tool, running as root, started via SMJobBless and communicating vie Xpc. Sometimes it does: [[NSOperationQueue mainQueue] addOperationWithBlock:^ { NSDistributedNotificationCenter *d = [ NSDistributedNotificationCenter defaultCenter ]; NSL