Notifications are Transparent and non-clickable

Hello all,


I have Mojave (current version), but this problem persisted before its release:


When I log back into my sleeping MBP, the notifications that came in while it was asleep usually show up as transparent, and un-clickable. All notifications subsequently will also be transparent until I go to activity monitor, search Notification Center, and kill the process. This will only work temporarily as it just happens after the next sleep on the MBP. Any ideas how to fix??


User uploaded file

Posted on Oct 21, 2018 2:24 PM

Reply
15 replies

Nov 20, 2018 1:51 AM in response to Ajbrut

OK – launch TextEdit (via Spotlight), and hit Shift-Cmd-T to switch to plain text mode (as opposed to rich text).


Now copy and paste the following three lines:


#!/bin/bash

killall NotificationCenter

osascript -e 'display notification "Notifications" with title "Fixed"'


(The 1st line selects the command line interpreter, which might not be necessary for a .command file, but in case you'd like to run it from the terminal. The 2nd line does the magic. The 3rd line fires up a test notification via AppleScript – to show you that if everything is working fine … for now. You may omit that third line if you wish.)


Now save the resulting file to your desktop (or wherever else you might prefer), and call it e.g. "fixnotifications.command". – Obviously, you may choose whatever name you desire, but you have to use ".command" as the file extension.


This is how it should look like:

User uploaded file

Still, we need to make the file executable, so you can double click it to run it. I recommend the following procedure:


  • Open Terminal (via Spotlight)
  • Type "chmod +x " (mind the blank space after the "+x")
  • Drag the file from the Desktop into the terminal window.
  • Now the terminal should look similar to "chmod +x /Users/YourUsername/Desktop/fixnotifications.command"
  • Hit enter.
  • You may now close the terminal window by clicking the red marble.


Now the file on your desktop should be executable, i.e. double-clickable. Try – and you should see a test notification, saying "Fixed Notifications", plus another terminal window that you may click shut right away.


User uploaded file


… Hope that helps.

Oct 22, 2018 8:54 AM in response to ajbrutico

It may not help, but try running this program in your normal user account, then copy and paste the output in a reply. The program was created by etresoft, a frequent contributor. Please use copy and paste as screen shots can be hard to read. Click “Share Report” button in the toolbar, select “Copy Report” and then paste into a reply. This will show what is running on your computer. No personal information is shown. You can run the report for free at least once, but if you run it several times, at some point it will ask you to pay a license fee.

Etrecheck – System Information

Nov 19, 2018 6:59 AM in response to ajbrutico

I'm with you – the 10.14.1 update didn't fix it. It's my impression that the transparent notifications occur mostly after wakeup. The temporary fix through the activity monitor is too much fuss for me: I created a shell script on my desktop that executes the shell command "killall NotificationCenter", which obviously does exactly the same thing.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Notifications are Transparent and non-clickable

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.