SUMMARY Tabs are not remembered . STEPS TO REPRODUCE 1. Open Konsole 2. Create a Root Shell and a few other tabs 3. Change the current working directory in each tab 4. Logout (or reboot) 5. Login again OBSERVED RESULT Konsole is restored on login, but the tabs are lost (only the default tab is opened). EXPECTED RESULT On session restore, Konsole restores the tabs in the previous current directory in each tab. The Root Shell tab starts a root shell (asks for the root password). SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed-Slowroll 20251106 KDE Plasma Version: 6.5.2 KDE Frameworks Version: 6.19.0 Qt Version: 6.10.0 Graphics Platform: Wayland ADDITIONAL INFORMATION Interestingly, this only happens with Wayland. When using X11, the Konsole window is restored correctly, including all tabs that were open at logout.
I think this is a duplicate of: https://bugs.kde.org/show_bug.cgi?id=461780
(In reply to Jaka Kranjc from comment #1) > I think this is a duplicate of: https://bugs.kde.org/show_bug.cgi?id=461780 Sounds like it does, indeed. Oh, so Konsole itself never did anything to save the tabs? Now, that's interesting, because IIRC the first time I logged in a Wayland session after exiting an X11 session, the tabs were in fact restored.
Just tested with this version: Operating System: openSUSE Tumbleweed 20251127 KDE Plasma Version: 6.5.3 KDE Frameworks Version: 6.20.0 Qt Version: 6.10.1 Now: 1. start an x11 session 2. open Konsole 3. open a new Root shell tab, change directory 4. logout 5. start a wayland session 6. konsole is restored with two tabs, one of them with a Root shell 7. logout again (KDE asks about closing the konsole window with active tabs) 8. start a wayland session again 9. konsole is restored, but only with the default tab At this point, I would be entirely happy if Konsole could save its state on a wayland logout the same way it does it on an x11 logout, because the restore part already works as expected.