Yesterday, 05:00 PM
(Yesterday, 09:06 AM)Ingegneus Wrote: hey folks, first post for me ^^. i am having issues with loading python plugins.
i have downloaded ofnuts plugins ofn-interleave-layers and ofn-export-layers. neither of them show up in gimp. the weird part is that 2 python plugins that i wrote myself do load properly.
i have checked and the ofn plugins are executable. the paths are as described here: https://sourceforge.net/projects/gimp3-t...s/general/ (in the proper flatpak path ~var/app/org.gimp.GIMP/config/GIMP/3.0/plug-ins)
i have tried finding out what is happening by running gimp from the terminal with
Code:
flatpak run --env=GIMP_PLUGIN_DEBUG=all,fatal-criticals org.gimp.GIMP --stack-trace-mode always --verbose --console-messages 2>&1 | tee ~/gimp3-full-debug.log
but the log doesnt mention neither my loaded plugins nor the problematic ones.
thanks in advance for your help!
system info:
64-bit intel i17 1260P
32GB memory
fedora 42
gimp 3.0.6 flatpak version
Try putting them in ~/.config/GIMP/3.0/plug-ins (this is where GIMP looks for them) Edit/Preferences/Folders/Plug-ins gives the wrong location for Linux installations at the moment. There is a patch to fix this but it hasn't been included yet,