[Quick Tip] Disable Apport Error Reporting in Ubuntu 14.10

Last updated: September 26, 2014

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.

Error Report Dialog

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.

Turn off error reporting

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

sudo service apport stop

That’s it.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

One response to [Quick Tip] Disable Apport Error Reporting in Ubuntu 14.10

  1. Hi :)
    I think prior to *bunut 12.04 it was best to use gksu for gui apps/programs but since around the 12.04 it became better to use normal sudo for everything.

    Sorry i don’t have a nice link to ‘prove’ it! It’s just something i read or heard somewhere. So it’s just gossip really to ignore (or not) as you please. :)
    Regards from Tom :)