Comments
-
Greg Hurrell
Synergy is an normal Mac OS X application, meaning that it runs within its own protected address space and does not insert or inject itself into any other application's address space. It's simply not possible for Synergy to crash any other application, nor should any other application be able to crash Synergy.
As for your menu-bar suspicion, Synergy is an NSStatusItem. The right side of the menu bar (including NSStatusItems and NSMenuExtras) is handled by the SystemUIServer. The left side of the menu bar is handled by which ever application is front most.
To demonstrate the independence of the two sides of the menu bar, try crashing them independently. Use "Activity Monitor" or the Terminal to force quit/crash/kill the SystemUIServer and you'll see that the left side of the menu bar is unaffected and the frontmost application keeps running. Do the opposite (kill the frontmost application) and you'll likewise see that the right side of the menu bar is unaffected.
-
Greg Hurrell
Marking as CLOSED.
Add a comment
Comments are now closed for this issue.