原文链接:http://www.cnblogs.com/onlycxue/archive/2013/07/23/3208352.html
每次开机都出现:System program problem detected
关闭方法:
管理员权限打开/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=1
把原先的1改成0就可以了
管理员权限打开/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=1
把原先的1改成0就可以了