https://bugs.kde.org/show_bug.cgi?id=482549
--- Comment #8 from Lasath Fernando <[email protected]> --- Git commit 2455e5c6dd107dfb3363f155e2db761def18144e by Lasath Fernando. Committed on 12/02/2026 at 00:24. Pushed by fernando into branch 'master'. Add container management features to Konsole: Phase 3.1 This replaces !1179, which was accidentally merged into `work/fernando/containers-2` instead of `master`. Since it's the same code that was already reviewed and approved, I'm going to merge this as-is. Original PR Description: --- Allows for associating a container with a profile. Requires !1178 to be merged first. {width=555 height=510} Also cleans up some unnecessary code from !1171 - turns out `createSession()` gets called after all those other places M +4 -1 src/Application.cpp M +4 -14 src/MainWindow.cpp M +23 -17 src/ViewManager.cpp M +35 -0 src/containers/ContainerRegistry.cpp M +23 -0 src/containers/ContainerRegistry.h M +1 -0 src/profile/Profile.cpp M +15 -0 src/profile/Profile.h M +29 -0 src/widgets/EditProfileDialog.cpp M +1 -0 src/widgets/EditProfileDialog.h M +33 -7 src/widgets/EditProfileGeneralPage.ui https://invent.kde.org/utilities/konsole/-/commit/2455e5c6dd107dfb3363f155e2db761def18144e -- You are receiving this mail because: You are watching all bug changes.
