Summary: | Selecting "Configure Toolbars..." in KEditBookmarks' toolbar edit context menu caused it to crash. | ||
---|---|---|---|
Product: | [Applications] keditbookmarks | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alanas.00, john.kizer |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 24.12.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=485563 | ||
Latest Commit: | https://invent.kde.org/frameworks/kxmlgui/-/commit/7db8ed958494944e650f4b73c7864030c545c20a | Version Fixed In: | |
Sentry Crash Report: |
Description
Roke Julian Lockhart Beedell
2025-02-04 13:52:51 UTC
I can reproduce a crash using the steps in the summary, on a KDE Neon VM running Gear 24.12.1. (In reply to Roke Julian Lockhart Beedell from comment #0) For anyone who comes here because they merely want to access that window, just use "Settings" > "Configure toolbars..." instead. Git commit 7db8ed958494944e650f4b73c7864030c545c20a by Christoph Cullmann, on behalf of BZZZZ DZZZZ. Committed on 24/04/2025 at 18:33. Pushed by cullmann into branch 'master'. simpler KToolBarPrivate::slotContextAboutToHide Remember what KToolBarPrivate::slotContextAboutToShow added and remove that instead of doing same complicated checks as KToolBarPrivate::slotContextAboutToShow. New code also doesn't crash inside KToolBarPrivate::slotContextAboutToHide if tbAction is nullptr. M +20 -33 src/ktoolbar.cpp https://invent.kde.org/frameworks/kxmlgui/-/commit/7db8ed958494944e650f4b73c7864030c545c20a |