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!
Thats better …. thank you!
Simple.. Yet SOOOOOOOOOOoooooooooo helpful :)
Tnx!
Oneliner to do the same:
sudo sed -i ‘s/enabled=1/enabled=0/g’ /etc/default/apport
change your profile and write language not tongue :)
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
thanks
ubuntu 14.04