Error alerts appear on login for problems in previous session
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apport |
Fix Released
|
Medium
|
Martin Pitt | ||
apport (Ubuntu) |
Fix Released
|
Medium
|
Martin Pitt | ||
Precise |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Multiple people are reporting that Apport shows an error alert, after login, for errors that occurred in the previous Ubuntu session.
For example, Sebastien Bacher <https:/
This shouldn't happen. If Ubuntu logs out or restarts *because* of a crash (e.g. an Xorg crash), it's reasonable to explain why that happened at next login. But it isn't useful to do that when the logout or shutdown was intentional.
Instead, we should collect those error reports and send them at the same time as the next error that does deserve explanation.
tags: | added: whoopsie-daisy |
Changed in apport: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in apport (Ubuntu): | |
status: | In Progress → Triaged |
Changed in apport: | |
status: | Triaged → In Progress |
The main use case for showing old user (not system) related crashes after login are crashes from cron, screen, and remote sessions. However, the are certainly a corner case, and for stable releases I'd go as far as ignoring them entirely. This would be a simple and safe SRUable change. Telling them apart from legitimate crashes from remote/ noninteractive sessions is a lot more difficult, and I don't have a good off-hand idea how to do that.