I am working on a mod to the Vine (VNC) Server, to allow it to communicate with my company's video conference system. The problem keeping me from rolling this software out is the fact that in Leopard, the program ends up getting a duplicate dock icon which is "dead" to user input. I know why it does, it's because there is one program that runs as the user interface and a second program in the bundle that runs as the server in the background. The server process is run as an NSTask because the user interface needs to be able to control it. If I set LSBackground or LSUIElement in the Info.plist file, it removes both dock icons, which is not what I want.
Does anybody know of a way to remove the unwanted dock icon?
Thank you,
Rob Stoddard
Does anybody know of a way to remove the unwanted dock icon?
Thank you,
Rob Stoddard