Hi, I need to re-install version 3.8.1 (preferably as flatpak not to face dependency problems), but I am on Kubuntu 23.04 and in the flathub repository, 3.8.1 cannot be found. I have looked in Github, in the “asset” section, but I see no .deb package.
Thx for helping !
For .deb see: openSUSE Software
thx . If I go there and grab the oldest one (4.0.1, as 3.8.1 is not there apparently), trying to install it on Kubuntu 23.04 gives an error “unmet dependencies”. This is why I am looking for a flatpak
I dont think there is any other version of flatpak than current release. Recently we asked for a version of master as an option.
You can try and roll back the flatpak. You can see all versions with flatpak remote-info --log flathub org.darktable.Darktable, find the commit id you want and then do flatpak update --commit=<commit id> org.darktable.Darktable
that’s because you did not follow the guide to add the repository.
https://software.opensuse.org/download/package?package=darktable&project=graphics%3Adarktable%3Astable#manualUbuntu
and - btw. - there is no such thing as 4.0.1 for xUbuntu 23.04
http://download.opensuse.org/repositories/graphics:/darktable:/stable/xUbuntu_23.04/
thx paperdigits ! I followed your instructions and it worked ! now I have 4.0.0 flatpak installed and have access to the thousands of negadoctor-processed images without problem. I am now exporting them actually to AVIF, just to be sure I have at least some kind of usable copy in case the bug is never fixed ![]()
Meanwhile I continue to work on Github with the devs that are kindly helping me to identify the root cause.