Distributed notifications are supposed to be shared between different
applications on the same workstation, not between applications on
different workstations.
So if your application is displaying to another workstation, your tool
needs
to be started up to use that workstation too (assuming you want them to
chare a notification center).
So in this case it looks like you need to start your tool with
-NSHost shine.dcs.elf.stuba.sk
Thank you very much.
I think, this should be placed somewhere in GNUstep documentation.
One question: Is it possible to choose particular
NSDistributedNotificationCenter? I am connecting to a server (tool) and
I also want to observe notifications from that sever. Server does not
have to know, from where I would like to observe notifications.