Ubuntu 13.10 Quick Tip: How to Disable Apport Error Reporting

Last updated: September 30, 2013

Ubuntu error reporting

If something goes wrong in Ubuntu Unity, you usually get the error dialog which says ‘Sorry, Ubuntu 13.10 has experienced an internet error’

This helps Ubuntu gather information about issues and create a fix for them. If it annoys you, this tutorial will show you how to easily turn it off.

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

sudo gedit /etc/default/apport

Change the value to 0 to disable (1 to enable) this feature.

That’s it. Enjoy!

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 ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

6 responses to Ubuntu 13.10 Quick Tip: How to Disable Apport Error Reporting

  1. Thats better …. thank you!

  2. Simple.. Yet SOOOOOOOOOOoooooooooo helpful :)

    Tnx!

  3. Oneliner to do the same:
    sudo sed -i ‘s/enabled=1/enabled=0/g’ /etc/default/apport

  4. change your profile and write language not tongue :)

  5. just migrated to ubuntu 14.0 from win xp. Brilliant OS… with very good support. was bit irritated with the “report problem” pop up but now it sorted. this command line works

    sudo gedit /etc/default/apport

    a million thanks

  6. thanks

    ubuntu 14.04