Summary: | Crash opening Settings | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Luke-Jr <luke-jr+kdebugs> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kai |
Priority: | NOR | Keywords: | drkonqi |
Version: | 21.04.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/7b769ff141e9d0f081e81fdf31f2bf44a5849af4 | Version Fixed In: | 21.04.1 |
Sentry Crash Report: |
Description
Luke-Jr
2021-04-29 15:30:39 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/387 Git commit 49692c0f14230781b1fa48332ff9e334c1b1f997 by Carlos Alves. Committed on 01/05/2021 at 16:02. Pushed by hindenburg into branch 'master'. Fix crash showing Settings Dialog When you open settings and close it, than open a new window, than close the old window, the MainWindow with the settings will delete the configDialog. If you try to open settings againg it crashes. Fix is each MainWindow now has its own configDialog. M +11 -6 src/MainWindow.cpp M +2 -0 src/settings/ConfigurationDialog.cpp https://invent.kde.org/utilities/konsole/commit/49692c0f14230781b1fa48332ff9e334c1b1f997 Git commit 7b769ff141e9d0f081e81fdf31f2bf44a5849af4 by Kurt Hindenburg, on behalf of Carlos Alves. Committed on 01/05/2021 at 17:42. Pushed by hindenburg into branch 'release/21.04'. Fix crash showing Settings Dialog When you open settings and close it, than open a new window, than close the old window, the MainWindow with the settings will delete the configDialog. If you try to open settings againg it crashes. Fix is each MainWindow now has its own configDialog. (cherry picked from commit 49692c0f14230781b1fa48332ff9e334c1b1f997) M +11 -6 src/MainWindow.cpp M +2 -0 src/settings/ConfigurationDialog.cpp https://invent.kde.org/utilities/konsole/commit/7b769ff141e9d0f081e81fdf31f2bf44a5849af4 *** Bug 420030 has been marked as a duplicate of this bug. *** |