Summary: | Shortcuts settings crash after deleting a (big) batch of shortcuts and applying changes | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Diogo Gomes <kde> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bugseforuns, git, jsardid, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.14.5 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/4b495de034dee78172dea66c1362d6ac03893a1a | Version Fixed In: | |
Sentry Crash Report: |
Description
Diogo Gomes
2019-10-09 16:50:34 UTC
*** Bug 402294 has been marked as a duplicate of this bug. *** *** Bug 417415 has been marked as a duplicate of this bug. *** Git commit 55b8f1b8b4a9e2d90850744f80d603c87faaccf8 by David Faure, on behalf of Alexander Lohnau. Committed on 12/06/2020 at 23:04. Pushed by dfaure into branch 'master'. Fix crash when deleting entry The SearchProviderRegistry is a class variable and in its deconstructor all the providers are deleted. If you delete a provider in the GUI it is still in the list of search providers which will be deleted. Related: bug 402294 M +0 -1 src/urifilters/ikws/ikwsopts.cpp https://invent.kde.org/frameworks/kio/commit/55b8f1b8b4a9e2d90850744f80d603c87faaccf8 Git commit 4b495de034dee78172dea66c1362d6ac03893a1a by David Faure, on behalf of Alexander Lohnau. Committed on 12/06/2020 at 23:08. Pushed by dfaure into branch 'master'. Do not display deleted/hidden webshortcuts This might not be the cause of a crash but still unwanted/unexpected behavior. M +8 -1 src/urifilters/ikws/ikwsopts.cpp M +1 -0 src/urifilters/ikws/searchprovider.cpp M +6 -1 src/urifilters/ikws/searchprovider.h https://invent.kde.org/frameworks/kio/commit/4b495de034dee78172dea66c1362d6ac03893a1a |