Fixing System Program Problem Detected In Ubuntu


open terminal and run this command

~$ ls -l /var/crash/

and then

~$ sudo rm /var/crash/*

last change file into this with command
~$ sudo nano /etc/default/apport

enabled=1 into enabled=0

Comments