标签:
杂谈 |
在有些人的系统上,OS X 升级到 Yosemite 之后,通知中心(Notification Centre)的配置无法保存。每次保存后等到下次重启又恢复默认了。这他妈的实在是烦死人了。
以下是手工修复办法:
1. Open the Library folder in your Home folder.
2. In the Library folder, open the Application Support folder.
3. Locate the folder named NotificationCenter. // 备份
4. Next, open the Terminal application.
Copy and paste each line of these commands into the Terminal window, in order. Press return after each line:
// 以下命令删除相关配置信息
cd `getconf DARWIN_USER_DIR`
rm -rf com.apple.notificationcenter
killall usernoted; killall NotificationCenter
5. Close the Terminal app.
6. Restart your computer.
// 保存通知配置,重启动测试。
请叫我雷峰。

加载中…