Summary: | Can not edit raw file with ART or Rawtherapee or Darktable 2 Gmic is not present in image editor menues | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michel Cambron <mcambron> |
Component: | Plugin-RawImport-Rawtherapee | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, mcambron, metzpinguin |
Priority: | NOR | ||
Version: | 8.0.0 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/bc0c87b4d29b092551476efa24f1a05baad63d73 | Version Fixed In: | 8.2.0 |
Sentry Crash Report: | |||
Attachments: | no attachement |
Description
Michel Cambron
2023-07-06 21:45:08 UTC
Created attachment 160109 [details] no attachement See videos at : https://drive.google.com/drive/folders/1B3nNCiBzsmynUjEZp9SGfZuUeHevkVh9?usp=sharing Regards Michel Does Manjaro not have any native packages for digiKam? You use Flatpak, just like Snap these are closed containers with a sandbox and are unsuitable for digiKam. If no current digiKam version is available, try our AppImage. Art or Darktable should also be installed as native packages. The Gmic plugin is an external plugin and is not supplied with digiKam. Your distribution would have to package it separately. But that wouldn't work as a flatpak. So we can't help here, we don't support Flatpak or Snap packages. Maik Note : Gmic-Qt is included in the AppImage bundle... Gilles Hi Maik, I tried the Manjaro package for DigiKam and I found the same discrepancies as the Flatpak version. I will try to install the AppImage of DigiKam. I will need to get myself educated on this topic as I a new to the Linux world. Thank-you for your fast response and have a great day ! Regards Michel Le 2023-07-07 à 01 h 55, Maik Qualmann a écrit : > https://bugs.kde.org/show_bug.cgi?id=472019 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |metzpinguin@gmail.com > > --- Comment #2 from Maik Qualmann <metzpinguin@gmail.com> --- > Does Manjaro not have any native packages for digiKam? You use Flatpak, just > like Snap these are closed containers with a sandbox and are unsuitable for > digiKam. If no current digiKam version is available, try our AppImage. Art or > Darktable should also be installed as native packages. > > The Gmic plugin is an external plugin and is not supplied with digiKam. Your > distribution would have to package it separately. But that wouldn't work as a > flatpak. > > So we can't help here, we don't support Flatpak or Snap packages. > > Maik > To use AppImage is very easy and simple. Look at the doc: https://docs.digikam.org/en/getting_started/installation.html#digikam-on-linux Git commit bc0c87b4d29b092551476efa24f1a05baad63d73 by Maik Qualmann. Committed on 07/07/2023 at 20:32. Pushed by mqualmann into branch 'master'. enable only raw plugins whose program path is available FIXED-IN: 8.2.0 M +2 -1 NEWS M +6 -1 core/dplugins/rawimport/art/rawimportartplugin.cpp M +1 -0 core/dplugins/rawimport/art/rawimportartplugin.h M +6 -1 core/dplugins/rawimport/darktable/rawimportdarktableplugin.cpp M +1 -0 core/dplugins/rawimport/darktable/rawimportdarktableplugin.h M +6 -1 core/dplugins/rawimport/rawtherapee/rawimportrawtherapeeplugin.cpp M +1 -0 core/dplugins/rawimport/rawtherapee/rawimportrawtherapeeplugin.h M +7 -1 core/dplugins/rawimport/ufraw/rawimportufrawplugin.cpp M +1 -0 core/dplugins/rawimport/ufraw/rawimportufrawplugin.h M +5 -0 core/libs/dplugins/core/dpluginrawimport.cpp M +5 -0 core/libs/dplugins/core/dpluginrawimport.h M +40 -5 core/utilities/setup/editor/setupraw.cpp https://invent.kde.org/graphics/digikam/-/commit/bc0c87b4d29b092551476efa24f1a05baad63d73 |