2

Everytime I log into Ubuntu 14.04, I get a couple of error pop ups. Every single time.

enter image description here

It appears also sometimes a third on shortly after, for example after opening the browser.

How can I find out the reason for this pop-ups? and more importantly, how can I stop them?

UPDATE: Just to be clear, I do not want to "hide" message warnings. I want to find out the reason why this pop ups come, and how I could possibly fix them, as I am sure they are symptomatic of an underlying problem somewhere.

2 Answers2

3

Apparently all I had to do was to delete all the files of crash reports with

sudo rm /var/crash/*

Apparently it was because there were some reports that were not being properly deleted automatically, and they were detected as new ones every time I rebooted.

0

This question was handled well in this thread. It shows how to clear the message log without disabling the error report system.

Charles Green
  • 21,339