01-31-2024, 10:58 AM
(This post was last modified: 01-31-2024, 10:59 AM by ChameleonScales.)
Oh emm gee, so this is how I fixed it in Debian 12:
First, it is important to note that the /app directory shown in the preferences doesn't exist "as is" from the root directory:
What GIMP's flatpak interprets as /app may be multiple places but one of them seems to be /var/lib/flatpak/app/ (lots of "maybe" here. I'm no flatpak guru)
From there, if you go in:
runtime/org.gimp.GIMP.Plugin.GMic/x86_64/2-40/some_big-a**_chain_of_characters/files/plug-ins
you should find the gmic_gimp_qt executable.
For some reason it serves no purpose here. I copied it to
/var/lib/flatpak/app/org.gimp.GIMP/x86_64/stable/some_other_long-a**_chain/files/lib/gimp/2.0/plug-ins
and voilà!
Thank you very much rich2005 for pointing me in the right direction!
First, it is important to note that the /app directory shown in the preferences doesn't exist "as is" from the root directory:
What GIMP's flatpak interprets as /app may be multiple places but one of them seems to be /var/lib/flatpak/app/ (lots of "maybe" here. I'm no flatpak guru)
From there, if you go in:
runtime/org.gimp.GIMP.Plugin.GMic/x86_64/2-40/some_big-a**_chain_of_characters/files/plug-ins
you should find the gmic_gimp_qt executable.
For some reason it serves no purpose here. I copied it to
/var/lib/flatpak/app/org.gimp.GIMP/x86_64/stable/some_other_long-a**_chain/files/lib/gimp/2.0/plug-ins
and voilà!
Thank you very much rich2005 for pointing me in the right direction!