https://bugs.kde.org/show_bug.cgi?id=433107
--- Comment #1 from Zamundaaa <xaver.h...@gmail.com> --- Okay, that is weird: > Kwin exited with code 0 So you're probably not gonna be able to get a backtrace... KWin doesn't crash. What does crash is "plasma_session" though; if you have it installed with debug symbols then you should be able to use "coredumpctl debug plasma_session" and show the backtrace with "bt" Could you try the session again with QT_LOGGING_RULES="kwin_*.debug=true;kwin_libinput.debug=false" as an environment variable? That could give more information on what's happening, at least what's happening with the outputs. -- You are receiving this mail because: You are watching all bug changes.