-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Is there an existing issue for this?
- I checked and did not find my issue in the already reported ones
Describe the bug
I use Darktable quite sparingly, as I currently have few devices that actually produce raw photos. As such, I uninstall Darktable whenever I am not using it, and reinstall it whenever I need to use it again. To make this a quick process, I use winget to perform the installations and uninstallations. Just today, I realized that my usual workflow of using Darktable and GIMP together had broken, and would not function correctly until I downgraded Darktable back to version 5.2.1.
Steps to reproduce
These steps are performed on Windows 11. GIMP version 3.0.6 (revision 1) should already be installed. The sudo command should be enabled in the system settings menu. Darktable should not be installed. Then perform these actions:
- Open the command prompt, and execute this command:
sudo winget install --id darktable.darktable --version 5.4.0 --scope machine --silent - Open a file folder that contains some
.dngfiles. - Right-click a
.dngfile, and tell Windows to Open it with GIMP. GIMP will automatically open Darktable for color grading. - After Darktable loads, close Darktable.
- Instead of importing an
.exrimage response from Darktable, GIMP will produce an error pop-up dialog that states "Opening 'filename' failed: (NULL) plug-in could not open image" - Dismiss the pop-up, and close GIMP.
- Execute this command in the command prompt:
sudo winget uninstall --id darktable.darktable- You will need to interact with the GUI window that pops up to actually complete the uninstallation process. WinGet will print the phrase
Successfully uninstalledbefore the uninstallation process actually even begins.
- You will need to interact with the GUI window that pops up to actually complete the uninstallation process. WinGet will print the phrase
- Execute this command in the command prompt:
sudo winget install --id darktable.darktable --version 5.2.1 --scope machine --silent - Go back to your file folder, and open another
.dngfile with GIMP. GIMP will automatically open Darktable for color grading. - After Darktable loads, close Darktable.
- GIMP will now successfully begin to open the
.exrimage response from Darktable.
Where did you obtain darktable from?
GitHub release, as provided through WinGet.
What OS are you using?
Windows 11 Home
What is the version of your OS?
Version 25H2