1

Does NotifyOSD keeps a history of its messages? If so how can I access it?

Because sometimes it would be very useful to me being able keep record of the notifications in order to report some bugs and other related stuff.

1 Answers1

1

If you load nautilus from a terminal

sudo nautilus

so that you can run files and open folders otherwise restricted,

navigate to /var/crash/

There they are. All those pesky crashes. Run each one by clicking (or double clicking) on the file and it opens the error message. Right click and select Open with ... Gedit - Text Editor and view all the details.

Simon
  • 4,813
  • 8
  • 35
  • 52
  • Also add it to your desktop with http://askubuntu.com/questions/105566/is-there-a-way-to-view-notification-history – Simon Jun 03 '13 at 18:47
  • Thanks, what I am wanting is exactly what is in the answer you cited in your comment, although not what you said in your answer, in your answer you explain me how to get system crash messages. – Rodrigo Oliveira Jun 03 '13 at 18:50
  • Cool, glad I could point you in the right direction :) – Simon Jun 03 '13 at 18:54