As I use Ubuntu 13.04 more and more I find that it has a problem with lots of error messages like the one shown below. This tutorial will show you how to disable these error messages.
The first step to do to disable the error messages on Ubuntu 13.04 is to open the terminal and run the following command:
sudo apt-get install gksu
Once you have run the above command you will be asked for your user password as shown below.
After successfully running the above command you will need to run the following command to open a text file that can be edited.
gksu gedit /etc/default/apport
Once you have run the above command you will need to change “enabled=1” to “enabled=0” as shown in the screenshot below.
Once you have completed the step shown above you will no longer get those pesky error messages.
If you have any questions or comments don’t hesitate to leave a comment below. Also, if you found this tutorial helpful please like and share so that other people can find this tutorial more easily.