[doublepost=1503254114][/doublepost]
Thank you, sir, that's done the trick! However, the widgets are unresponsive again. Any ideas as to how to fix that?
The rwx (read/write/execute) permissions of the file are not the right ones (I wonder why ?).
You have : -rwxrwxrwx instead of : -rw-r--r-- (777 instead of 644)
To restore the right rwx permissions :
sudo chmod 644 /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
To check the result : ls -l /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
http://www.macinstruct.com/node/415
Thank you, sir, that's done the trick! However, the widgets are unresponsive again. Any ideas as to how to fix that?
Last edited: