jamf / Notifier

Swift project which can post macOS alert or banner notifications on 10.15+ clients
Apache License 2.0
125 stars 22 forks source link

Prohibitory Symbol on Custom Icon on Monterey #16

Closed TSPARR closed 3 years ago

TSPARR commented 3 years ago

We're seeing notifications on Monterey showing a prohibitory symbol over our custom icon.

TSPARR commented 3 years ago

I seem to be getting inconsistent results. Ran the following: /Applications/Utilities/Notifier.app/Contents/MacOS/Notifier --messageaction "/Applications/Managed Software Center.app" --message "macOS Updates available. Click here for more details" --title "Encore Auto-Update" --type alert No issue.

/Applications/Utilities/Notifier.app/Contents/MacOS/Notifier --messageaction "/Applications/Managed Software Center.app" --message "<App Name> <Version> has been installed" --title "Encore Auto-Update" --type banner Issue

/Applications/Utilities/Notifier.app/Contents/MacOS/Notifier --messageaction "/Applications/Managed Software Center.app" --message "Logout to complete pending updates" --title "Encore Auto-Update" --type alert --messagebutton "Logout" --messagebuttonaction logout No issue

macmule commented 3 years ago

Thanks @TSPARR, looks like folks need to logout or restart to resolve - https://macmule.com/2021/10/28/notifications-showing-a-prohibitory-symbol-after-upgrading-macos-monterey/

TSPARR commented 3 years ago

Works for me! I'll keep an eye on things and open another issue if we notice any other strangeness.