Archives For November 30, 1999

Turn off error reporting

This quick tutorial is going to show you how to turn off the Apport error reporting system in Ubuntu 14.10 Utopic Unicorn.

Apport is a system which gathers potentially useful information about the crash and the OS environment. If any process in the system crashes, a dialog pops up and asks user to send error report to help fix the problem.

Reporting bugs is important, it helps improving system stability, but if you’re constantly getting crash report popups, you may want to disable it.

To get started, press Ctrl+Alt+T on keyboard to open terminal. When it opens, paste the command below and run to edit the config file:

sudo gedit /etc/default/apport

You can use gksudo to replace sudo, but install gksu first from Ubuntu Software Center.

When the file opens, change the value of ‘enable’ from ‘1’ to ‘0’ and save it.

After that, stop the Apport process so you don’t have to restart your computer:

sudo service apport stop

That’s it.