https://bugs.kde.org/show_bug.cgi?id=471248
--- Comment #1 from Matt Fagnani <matt.fagn...@bell.net> --- The error at the time of the crash might refer to the media player applet with a play button icon in the system tray when videos were playing plasmashell[1456]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:125: TypeError: Cannot read property 'compactRepresentationItem' of null /usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:125 was target: findMouseArea(applet.compactRepresentationItem ? applet.compactRepresentationItem : applet.fullRepresentationItem) Hovering over the media player icon showed the popup "Nightly is playing media Mozilla Firefox Middle-click to pause Scroll to adjust volume". If that media player applet was occasionally null when used, the crash might've been the result of that error TypeError: Cannot read property 'compactRepresentationItem' of null The crashes didn't appear in coredumpctl or gnome-abrt. I'm unsure how to get a trace at the moment. I tried attaching gdb to plasmashell, but the problem didn't happen when I tried to reproduce it. -- You are receiving this mail because: You are watching all bug changes.