https://bugs.kde.org/show_bug.cgi?id=363273
--- Comment #6 from Nick Coghlan <ncogh...@gmail.com> --- Created attachment 99403 --> https://bugs.kde.org/attachment.cgi?id=99403&action=edit Working katesession Based on the diff between the broken session and this working session, I tried changing the Splitter 0 definition in the broken session to: [MainWindow0-Splitter 0] Children=MainWindow0-Splitter 1,MainWindow0-Splitter 2,MainWindow0-Splitter 3,MainWindow0-Splitter 4,MainWindow0-ViewSpace 0 Orientation=1 Sizes=0,0,0,0,1665 The only change was to force the ViewSpace to a non-zero size, which was enough to bring the edit panel back. Running grep over my session files then suggests that the problem is consistently: - MainWindow0-Splitter 0 has ended up with multiple children (generally ViewSpace 0 + other splitters) - the Sizes of all children, including the ViewSpace, have been set to zero So, as a workaround, going into the session file and fixing that manually seems to do the trick. However, it doesn't explain how the incorrect setting is getting into the session file in the first place. -- You are receiving this mail because: You are watching all bug changes.