关闭 ubuntu System program problem detected
小编使用的系统是Ubuntu 14.0.4,最近不知什么原因,每次开机都出现:System program problem detected很麻烦,关闭方法:
vim /etc/default/apport# 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=0把原先的1改成0就可以了。
时间: 2024-12-20 23:09:54