Summary: | KDF should not rely on having Dolphin in runtime | ||
---|---|---|---|
Product: | [Applications] kdf | Reporter: | Snehit Sah <snehitsah> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nicolas.fella |
Priority: | NOR | ||
Version: | 21.12.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kdf/commit/7ca2f908a5dc5285c5b94ae053e32ff0016d1afe | Version Fixed In: | |
Sentry Crash Report: |
Description
Snehit Sah
2022-01-19 11:47:36 UTC
You can set a file manager in the settings, but yes, it should just open the default one Since you already know what needs to be done, would you like to submit a patch for it? Thanks for the acknowledgement about opening default file manager. I'll send a merge request soon. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kdf/-/merge_requests/4 A possibly relevant merge request was started @ https://invent.kde.org/utilities/kdf/-/merge_requests/5 Git commit 7ca2f908a5dc5285c5b94ae053e32ff0016d1afe by Albert Astals Cid, on behalf of Snehit Sah. Committed on 23/01/2022 at 11:45. Pushed by aacid into branch 'master'. Add feature to use system default file manager to open drive Added an option in settings to use system default file manager to open drives. If selected, KDF will use QDesktopServices to open disk. If unchecked, KDF will use the previous behaviour of executing supplied command in settings. Signed-off-by: Snehit Sah <snehitsah@protonmail.com> M +10 -0 src/kdfconfig.cpp M +11 -4 src/kdfconfig.ui M +7 -1 src/kdfwidget.cpp M +16 -0 src/stdoption.cpp M +3 -0 src/stdoption.h https://invent.kde.org/utilities/kdf/commit/7ca2f908a5dc5285c5b94ae053e32ff0016d1afe |