You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tray icon would fail to appear when the app auto-started at login
because launchd was launching it before WindowServer was ready.
- Add LimitLoadToSessionType=Aqua to launchd plist to ensure the app
only starts when a GUI session is available
- Add WaitForGUI() fallback that waits for WindowServer before
initializing systray
Users with existing auto-start will need to run `nfc-agent uninstall`
then `nfc-agent install` to get the updated plist.
0 commit comments