I see this every time I reboot, been seeing it for years possibly as far back as 16.04. Can’t think of a more useless popup
It’s not useless, if no one else has reported it. If you don’t want to keep reporting the same bug, or bugs at all it can easily be disabled. It is really up to you.
The crash reports are stored in /var/crash directory in Ubuntu. If you look in to this directory, you should see some files ending with crash.
What I suggest is that you delete these crash reports. Open a terminal and use the following command:
sudo rm /var/crash/*
Permanently get rid of system error pop up in Ubuntu
sudo pluma /etc/default/apport &
The content of the file is:
# 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
Change the enabled=1 to enabled=0. Save and close the file. You won’t see any pop up for crash reports after doing this. Obvious to point out that if you want to enable the crash reports again, you just need to change the same file and put enabled as 1 again.
Basically, this notifies you of a crash in your system. Don’t panic by the word ‘crash’. It’s not a major issue and your system is very much usable. It just that some program crashed some time in the past and Ubuntu wants you to decide whether or not you want to report this crash report to developers so that they could fix this issue.
So, we click on Report problem and it will vanish?
No, not really. Even if you click on report problem, you’ll be ultimately greeted with a pop up like this:
Sorry, Ubuntu 16.04 has experienced an internal error.
If you notice further problems, try restarting the computer.
Reporting it:
That’s very thoughtful of you and the right thing to do. But there are two issues here. First, there are high chances that the bug would have already been reported. Second, even if you take the pain of reporting the crash, it’s not a guarantee that you won’t see it again.