SUMMARY ... if there are multiple crashes, show a number in a bubble like battery level indicator does. Clicking on this indicator would open the oldest report and closing the report would decrease the number. This approach will prevent system tray from using a lot of space on the panel, in case something crashes repeatedly.
Another approach would be making notifications instead of tray icons, and those would be clickable to open the report
*** Bug 470516 has been marked as a duplicate of this bug. ***
*** Bug 508915 has been marked as a duplicate of this bug. ***
https://bugzilla.redhat.com/show_bug.cgi?id=2491091#c11 recently caused me to consider this. (In reply to Mors Mortium from comment #1) > Another approach would be making notifications instead of tray icons, and > those would be clickable to open the report I'd much prefer notifications. Then, I can see what crash notification is correlated with each application, even on a device with a touch-capacitative display as its primary input method (where tooltips are useless). Ideally, we should re-scope the title, to focus upon the problem, rather than a desired solution. I'd hoped that https://invent.kde.org/plasma/drkonqi/-/commit/a4b441573c9fe60e640c65c612c6ecf5678ebf74 might render this discussion less important, but I don't appear to see a way to invoke Konqi via the CPV, yet.
This has been implemented by Tobias Fella, in the commits that make up https://invent.kde.org/plasma/drkonqi/-/merge_requests/415!