julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.38k stars 330 forks source link

Remove from notification center preferences #163

Closed renard closed 8 years ago

renard commented 8 years ago

I ran terminal-notifier with several combinaisons. I seems that for every sender ID an new entry is created in the Notification Preferences panel as shown below. Is there a way to remove them?

screen shot 2016-04-04 at 10 35 17

I unsuccessfully try to remove them by:

Nothing can do.

Any clue would be appreciated.

Thanks in advance.

julienXX commented 8 years ago

@renard you could try the solution described here http://stackoverflow.com/a/12121673

renard commented 8 years ago

Unfortunately this directory does not exist on El Capitan.

julienXX commented 8 years ago

Hmm I have it on my El Capitan install.

renard commented 8 years ago

This may be because you have done some upgrade instead of a fresh El Capitan install.

http://apple.stackexchange.com/questions/156832/where-osx-10-10-notification-center-settings-are-stored

The location had changed you must now use

cd `getconf DARWIN_USER_DIR`/com.apple.notificationcenter/db

Thanks

renard commented 8 years ago

I close this issue since his is not a teminal-notifier related issue.