每次装好Ubuntu之后,前几次登录都会出现一个让你报告错误的弹窗:

“System program problem detected”

Do you want to repport the problem now?

无论点“Report problem”还是“Cancel”,下次启动的时候还是会出现。

Ask Ubuntu有人提出了如下解决方案:删掉错误记录。

Shell

1

sudo rm /var/crash/*

重启之后,就不会再有这个提示了。

如果不想重启,可以使用下面的命令关闭通知:

Shell

1

killall system-crash-notification