Permanently get rid of system error pop up in Ubuntu
sudo rm /var/crash/* sudo gedit /etc/default/apport & The content of the file is: # 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 the enabled=1 to enabled=0. Save and close the file. You won’t see any …