[How To] Read NotifyOSD Messages After They Are Displayed (Recent Notifications) ? | UbuntuCafe

[How To] Read NotifyOSD Messages After They Are Displayed (Recent Notifications) ?

NotifyOSD is the application that causes pop-up “bubbles” for system events / notifications. The freedesktop.org Desktop Notifications Specification provides a standard way for applications to display pop-up notifications. These are designed to make you aware of something, without interrupting your work with a window you must close.


indicator-notifications will help you to read the recent notifications on Ubuntu.

Install and read Recent NotifyOSD messages :

sudo add-apt-repository ppa:jconti/recent-notifications
sudo apt-get update
sudo apt-get install indicator-notifications

Post a Comment