I really really want to report my one issue on KDE plasma on KDE Bugzilla but I don’t know how to get a back trace report with debug system on KDE. Everytime I tried to use overview search and crashes my whole KDE desktop there’s no KDE Crash Report Tool that will pop-up when I log in. By the to anyone wants to know what kinda of crashed I have this: Everytime I search on overview and use backspace to delete the characters the Plasma crashes. I have a post about this on KDE sub reddit with a video but I can’t include the link cuz is not allowed. But I guess you can still find my post the title is:
“Overview search on KDE Plasma 6 crashes the whole desktop when backspacing some characters”
If your entire session crashes, then its likely that KWin crash. I had poor experience getting Dr. Konqi to report on KWin, so that is not a surprise.
You can try to look at the KWin log and see if there’s anything interesting there, using:
journalctl --user -u plasma-kwin_wayland -n1000
I don’t think this log are the log KDE wants to see on their Bugzilla though.
Don’t submit the entire log, but if kwin crashed, you’d get a crash report in that log, possibly with some sort of stack trace - and that would be useful to developers.
1 Like
Thank you, sir!