Tuesday, July 17, 2012

Disable Apport Error Report Dialog in Ubuntu 12.04

In fresh Ubuntu 12.04 installation, it keeps popping up annoying apport error report dialog on very log-in even after sending the error report. Here you are going to send the error report but the after the next minute it again pops.This simple tutorial will show you how to disable this dialog in Ubuntu.
Open up terminal from the dash home or press Ctrl+Alt+T, edit “/etc/default/apport” file with this command:
sudo gedit /etc/default/apport
enable=0

Save the file, and done!

No comments:

Post a Comment