Summary: | Crash when using smb:// and mtp:// | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Nicolas Fella <nicolas.fella> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | akselmo, kdedev, kfm-devel, nate, parag.lkml, saiyaken.phoenix |
Priority: | NOR | Keywords: | drkonqi, regression |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/edfd598446cfd6d4348a3bfecd72b5665eef5bfc | Version Fixed In: | 24.12.1 |
Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/102472/events/10b9382f6304427fb4b179acaa7ed6ec/ |
Description
Nicolas Fella
2024-12-04 01:00:40 UTC
*** Bug 497133 has been marked as a duplicate of this bug. *** *** Bug 497166 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/873 Git commit 37b081331e19b8b10bc80b8aecc4ff43de2474c0 by Akseli Lahtinen. Committed on 16/12/2024 at 12:25. Pushed by akselmo into branch 'master'. DolphinViewContainer: make sure searchbox is initialized before setSearchPath If searchBox is not initialized, it can't be updated properly with setSearchPath due to some buttons not existing. There is also just no need to update it if it's not initialized. Make sure we check for it's initialized during setting the search path. M +1 -1 src/search/dolphinsearchbox.cpp https://invent.kde.org/system/dolphin/-/commit/37b081331e19b8b10bc80b8aecc4ff43de2474c0 Git commit edfd598446cfd6d4348a3bfecd72b5665eef5bfc by Akseli Lahtinen. Committed on 16/12/2024 at 12:26. Pushed by akselmo into branch 'release/24.12'. DolphinViewContainer: make sure searchbox is initialized before setSearchPath If searchBox is not initialized, it can't be updated properly with setSearchPath due to some buttons not existing. There is also just no need to update it if it's not initialized. Make sure we check for it's initialized during setting the search path. (cherry picked from commit 37b081331e19b8b10bc80b8aecc4ff43de2474c0) fa289230 DolphinViewContainer: make sure searchbox is visible before setSearchPath d0260e60 Check the initialization in setSearchPath Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +1 -1 src/search/dolphinsearchbox.cpp https://invent.kde.org/system/dolphin/-/commit/edfd598446cfd6d4348a3bfecd72b5665eef5bfc *** Bug 497623 has been marked as a duplicate of this bug. *** We might want to consider shipping a 24.12.0.1 with this fix, or asking distros to backport it. |