https://bugs.kde.org/show_bug.cgi?id=440928
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] --- Just ran into this issue after upgrading my Arch Linux system. As already mentioned in the other replies, `SaveGeometryOnExit=true` fixed the issue: sed -Ei 's/SaveGeometryOnExit=false/SaveGeometryOnExit=true/' "${XDG_CONFIG_HOME:-${HOME}/.config}/konsolerc" Here's the backtrace log which I was not able to submit via the KDE crash handler as "it didn't contain enough information", in case it matters: Application: Konsole (konsole), signal: Segmentation fault [KCrash Handler] #4 0x00007ff8d43e8f21 in QWindow::winId() const () from /usr/lib/libQt5Gui.so.5 #5 0x00007ff8d366ee32 in KWindowEffects::enableBlurBehind(QWindow*, bool, QRegion const&) () from /usr/lib/libKF5WindowSystem.so.5 #6 0x00007ff8d534ade7 in Konsole::MainWindow::setBlur(bool) () from /usr/lib/libkonsoleapp.so.21 #7 0x00007ff8d534e55c in Konsole::MainWindow::activeViewChanged(Konsole::SessionController*) () from /usr/lib/libkonsoleapp.so.21 #8 0x00007ff8d3f8b75b in ?? () from /usr/lib/libQt5Core.so.5 #9 0x00007ff8d51e9243 in Konsole::ViewManager::activeViewChanged(Konsole::SessionController*) () from /usr/lib/libkonsoleprivate.so.21 #10 0x00007ff8d52139dd in Konsole::ViewManager::createController(Konsole::Session*, Konsole::TerminalDisplay*) () from /usr/lib/libkonsoleprivate.so.21 #11 0x00007ff8d52140ce in Konsole::ViewManager::createView(Konsole::Session*) () from /usr/lib/libkonsoleprivate.so.21 #12 0x00007ff8d534ed53 in Konsole::MainWindow::createSession(QExplicitlySharedDataPointer<Konsole::Profile>, QString const&) () from /usr/lib/libkonsoleapp.so.21 #13 0x00007ff8d534a0d7 in Konsole::Application::newInstance() () from /usr/lib/libkonsoleapp.so.21 #14 0x000055fd09f256fe in ?? () #15 0x00007ff8d38e0b25 in __libc_start_main () from /usr/lib/libc.so.6 #16 0x000055fd09f259de in ?? () [Inferior 1 (process 3996) detached] -- You are receiving this mail because: You are watching all bug changes.
