https://bugs.kde.org/show_bug.cgi?id=470190
--- Comment #2 from tildearrow <tildear...@protonmail.com> --- (In reply to Harald Sitter from comment #1) > - start kwrite in a terminal > - run `killall -SEGV kwrite` > - what is the output on the terminal? With plasmashell active: ``` $ kwrite KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = kwrite path = /usr/bin pid = 6794 KCrash: Arguments: /usr/bin/kwrite KCrash: Attempting to start /usr/lib/drkonqi ``` Dr. Konqi notification is visible. --- Without plasmashell: ``` $ kwrite KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = kwrite path = /usr/bin pid = 7631 KCrash: Arguments: /usr/bin/kwrite KCrash: Attempting to start /usr/lib/drkonqi org.kde.drkonqi: Mapping found despite product information being provided by the application. Consider removing the mapping entry "kwrite" file:///usr/lib/qt/qml/org/kde/kirigami.2/ContextDrawer.qml:135:9: QML ListView: Binding loop detected for property "topMargin" ``` Dr. Konqi appears instantly. Soooo... this means Dr. Konqi *is* aware of the presence of a notification tray, but it doesn't seem to handle a situation in where the tray (in this case, plasmashell) dies... -- You are receiving this mail because: You are watching all bug changes.