Ubuntu System Program Problem Detected[Solved]

Ubuntu开机运行过程中总是会弹框提示System Program Problem Detected

修改配置不再弹框

眼不见心不烦的方式

$ sudo 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=1

修改enabled=1enabled=0

查看日志解决问题

$ ll /var/crash

可以看到crash日志文件,打开找到问题后解决即可

你可能感兴趣的:(Ubuntu)