3

The issue is I would like to see and dismiss every notification on my own time. But certain notifications hang around in the notification center and some just dissapear (like skype notifications for example).

Is there a way to see all notification history?

1 Answers1

3

Apparently, as of now there is no built-in log of notifications. Nevertheless, you can easily setup a script that listens to the notifications and logs them, see this, e.g. You would autoexecute the script at startup, How to run scripts on start up?, ref , and voilà!

Notes:

  1. You might find a lot of (perhaps misleading) links to indicator-notifications, Recent Notification, NotifyOSD. That would not solve your problem.
  2. You can test your configuration with notify-send.

Related:

  1. How can I log all notify-send actions?
  2. https://forums.linuxmint.com/viewtopic.php?t=291196
  3. Is there a way to view notification history?