Wednesday 12 December 2012

Disable Apport Error Report Dialog in Ubuntu 12.04

In fresh Ubuntu 12.04 installation, it keeps popping up annoying apport on every log-in even after sending the . 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  

Set enable=0:

enable=0  

Save the file, and done!

No comments:

Post a Comment

Thanks for Visiting LinuxWorkstation