Sorry, Ubuntu 12.04 Has Experienced An Internal Error |
Sorry, Ubuntu 12.04 has experienced an internal error.
If you notice further problems, try restarting the computer.
Send an error report to help fix the problem.
It is all because of Apport which is a debugging tool. Apport generates this crash reports. In previous versions of Ubuntu Apport is not enabled by default. In Ubuntu 12.04 Apport is enabled by default. So we can disable Apport to stop this annoying crash reports.
Where's Apport Live?
You can find Apport at "/etc/default/apport" . To open this file with GEdit Text Editor type:
gksu gedit /etc/default/apport
When you open this file you can see like this :# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=1
Change enabled=1 to enabled=0 to disable Apport. Save and exit.
Now, you will never see "Sorry, Ubuntu 12.04 Has Experienced An Internal Error" like annoying pop-ups. This fix works on 12.10 and 13.04 also. So, apply this fix and stay Happy forever.
Comment If you know any other fix for Ubuntu.