After sitting in on Bart Reardon’s workshop on SwiftDialog at MacDevOpsYVR this week, I was inspired to update the UI used when MunkiStatus displays over the loginwindow, and when Managed Software Center does “aggressive notifications”. The current behavior is to dim everything behind the MunkiStatus/MSC window:
The user cannot click or interact with windows or the Desktop behind the MSC window, and is “incentivized” to interact with the MSC app to install updates. The change I am proposing is to instead _blur out_ everything behind the MSC/MunkiStatus app:
This is more consistent with other macOS behavior like the Setup Assistant, the Migration Assistant, and the new “forced” Automated Device Enrollment introduced in macOS Sonoma. SwiftDailog (obviously) can do this, and I beleive Nudge can do this as well.
Actual _behavior_ is the same. Other than the appearance change, the only other change of note is that with the blurred background, the menu bar is also not accessible, which seems fine.
I’ve shown this proposed new behavior to several Munki admins (and users) at MacDevOpsYVR this week, and the reaction has been positive.
Feedback and reactions appreciated.
-Greg