slab-menubar: instantiate NSApplication before setting activation policy
NSApp wrapper is None until NSApplication.sharedApplication() has been
called, so calling NSApp.setActivationPolicy_ on a freshly-imported
process raised AttributeError and the launchd agent thrashed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>