As you all know, notifications are (as of beta 2) still messed up. The problem is the Notification Center process hangs and needs to be restarted. I created a tiny app that'll do this for you. It's an extremely basic AppleScript.
For those who would rather handle this themselves, you either need to force quit Notification Center in Activity Monitor, or open the terminal and run:
The Notification Center process will automatically restart, and should work for at least a little while before it gets stuck again.
I hope this helps someone!
For those who would rather handle this themselves, you either need to force quit Notification Center in Activity Monitor, or open the terminal and run:
Code:
killall NotificationCenter
I hope this helps someone!