@deadflowr is correct. You can remove gimp-data, because the flatpak version comes with its own dependencies, which are independent of the DEB (apt) versions. I have no DEB gimp apps installed. (I've used the snap version rather than the flatpak version, but the concept is the same.)
Once the stable gimp version has been updated without the bug, you can remove the flatpak version (as you can see, you have the flathub-beta installed) and install the stable version.
Remove the beta version:
Code:
flatpak uninstall org.gimp.GIMP
Install the stable version. You can use flatpak or snap, whichever you prefer (Ubuntu prefers snap, but you are free to disagree).
EITHER flatpak:
Code:
flatpak install flathub org.gimp.GIMP
OR snap:
Be aware that when you uninstall, you might lose all your configuration options. Flatpak options are stored in this folder (note the dot before "var"):
Code:
~/.var/app/org.gimp.GIMP/config
I don't know if you can simply back up that folder before uninstalling, and restore it after installing the stable version.
EDIT: I've just realised that flatpak doesn't delete your configuration files, so you should find that your settings are retained after reinstalling.
Bookmarks