Summary: | KFind crashes on 'Open containing folder(s)' when Dolphin is not installed | ||
---|---|---|---|
Product: | [Applications] kfind | Reporter: | Jan Klos <honza.klos> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | a.samirh78 |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Klos
2020-09-07 15:17:41 UTC
This bug has two issues: - the crash, this should be fixed by https://invent.kde.org/frameworks/kio/-/merge_requests/145 - the issue of using dolphin even though the default file manager is set to krusader Thanks Ahmad, I am glad I added a competent developer to the CC list ;) Git commit 180dfe9666c53385fe51f8da530578c369ee80c8 by David Faure, on behalf of Ahmad Samir. Committed on 10/10/2020 at 18:26. Pushed by dfaure into branch 'master'. OpenFileManagerWindowJob: Fix crash when falling back to KRun strategy When falling back to the KRun strategy create the OpenFileManagerWindowKRunStrategy object on the heap, otherwise the object is destroyed when it goes out of scope and then we crash in emitResultProxy trying to access job member in AbstractOpenFileManagerWindowStrategy. M +23 -9 src/widgets/openfilemanagerwindowjob.cpp M +2 -2 src/widgets/openfilemanagerwindowjob.h https://invent.kde.org/frameworks/kio/commit/180dfe9666c53385fe51f8da530578c369ee80c8 (In reply to Ahmad Samir from comment #1) > This bug has two issues: > - the crash, this should be fixed by > https://invent.kde.org/frameworks/kio/-/merge_requests/145 > - the issue of using dolphin even though the default file manager is set to > krusader For the second issue, this a side-effect of using the D-Bus method to launch a file manager when "open containing folder" is used; Krusader doesn't have a org.freedesktop.FileManager1 dbus service like e.g. Dolphin, Nautilus, Thunar... etc have. Another issue is that whichever file manager is running first claims the org.freedesktop.FileManager1 d-bus address, and that one is launched by "open containing folder"... an interesting problem. Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |