Summary: | Unable to use Darktable for demosaicing on MacOS ARM | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael Miller <michael_miller> |
Component: | Setup-ImageEditor | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin, michael_miller |
Priority: | NOR | ||
Version: | 8.4.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 8.5.0 | |
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Michael Miller
2024-07-30 22:31:39 UTC
If the Darktable is grayed out, the executable is not found via a Qt function. What is the exact path to the Darktable binary on macOS? Maik Using the darktable.dmg for installation puts the binaries in /Applications/darktable.app/Contents/MacOS. Git commit 829e1313f1f4e7a844b7ca1031ed50dedf747cd3 by Maik Qualmann. Committed on 31/07/2024 at 20:44. Pushed by mqualmann into branch 'master'. add path hints to RAW programs for macOS M +9 -1 core/dplugins/rawimport/art/rawimportartplugin.cpp M +9 -1 core/dplugins/rawimport/darktable/rawimportdarktableplugin.cpp M +9 -1 core/dplugins/rawimport/rawtherapee/rawimportrawtherapeeplugin.cpp M +3 -2 core/libs/threadimageio/engine/dfileoperations.cpp M +2 -1 core/libs/threadimageio/engine/dfileoperations.h https://invent.kde.org/graphics/digikam/-/commit/829e1313f1f4e7a844b7ca1031ed50dedf747cd3 There's a minor bug in the PR. The path for RawTherapee is: /Applications/RawTherapee.app/Contents/MacOS The default MacOS file system is case sensitive. I'll install the other raw processors and update the comments with the paths if they aren't correct. Git commit 96b1678e7594a3b997bc1d86dfd4849591d68219 by Maik Qualmann. Committed on 01/08/2024 at 05:46. Pushed by mqualmann into branch 'master'. fix path to RawTherapee.app on macOS M +1 -1 core/dplugins/rawimport/rawtherapee/rawimportrawtherapeeplugin.cpp https://invent.kde.org/graphics/digikam/-/commit/96b1678e7594a3b997bc1d86dfd4849591d68219 I don't use macOS myself and only imagined it for RawTherapee. ((:-)) The executable files are in lowercase? Maik Yes, the binaries are all lower case. I couldn't find an MacOS installation package for ART, and I don't have time to set up a build environment. Sorry. Thank you for doing this. I appreciate it. Cheers, Mike Michael, Problem is fixed now with the 8.5.0 pre-release installer for Apple Silicon (arm64) ? https://files.kde.org/digikam/ Thanks in advance Gilles Caulier Thanks. I've been using it in my Homebrew build for a while now. It works well. Thank you. I marked the issue as resolved. |