每次开机都出现:
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就可以了。
本文介绍了一种解决开机时出现Systemprogramproblemdetected提示的方法。通过编辑/etc/default/apport配置文件,将enabled参数设置为0来禁用apport服务,从而避免烦人的错误提示。
1000

被折叠的 条评论
为什么被折叠?



