Summary: | Import filter not showing CR3 files | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | daerelas <dholmesaz> |
Component: | Import-MainView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.6.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/4d50c11ab21048982a2c73e0a8c2a7d476f3a2eb | Version Fixed In: | 8.7.0 |
Sentry Crash Report: |
Description
daerelas
2025-06-01 14:58:36 UTC
Can you share a screen-cast of the problem. I cannot reproduce on my MacBook pro M1 with current 8.7.0. The Import mime Raw type filter is a static list, and the Canon CR3 type is missing. We can't simply add it; it would be ignored if other filters have already been created in the config. Let's see what the best solution is. https://invent.kde.org/graphics/digikam/-/blob/master/core/utilities/import/widgets/importfiltercombobox.cpp?ref_type=heads#L133 Maik Git commit 4d50c11ab21048982a2c73e0a8c2a7d476f3a2eb by Maik Qualmann. Committed on 01/06/2025 at 17:49. Pushed by mqualmann into branch 'master'. add canon cr3 mime type to import filter Add import filter defaults button in the camera setup FIXED-IN: 8.7.0 M +1 -1 NEWS M +1 -1 core/utilities/import/widgets/importfiltercombobox.cpp M +30 -3 core/utilities/setup/camera/setupcamera.cpp M +1 -0 core/utilities/setup/camera/setupcamera.h https://invent.kde.org/graphics/digikam/-/commit/4d50c11ab21048982a2c73e0a8c2a7d476f3a2eb For the new filter to take effect, the defaults may need to be reset in the digiKam camera setup using the "Defaults" button. Maik Another note: alternatively, you can already add the CR3 type in your version under edit the RAW filter in the digiKam camera setup. Maik |