Gimp-Forum.net
plugins not showing - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: plugins not showing (/Thread-plugins-not-showing)



plugins not showing - Ingegneus - 10-13-2025

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-tools/files/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


RE: plugins not showing - rich2005 - 10-13-2025

Ofnuts will have to answer this one. The plugin works for me kubuntu / Gimp 3.0.6 appimage.

Just a silly question - you refer to ofn-interleave-layers It is the Gimp 3 version ofn3-interleave-layers ?

[attachment=13982]

I do not have anything Fedora but it might help Ofnuts if you give the python version from the python terminal.


RE: plugins not showing - programmer_ceds - 10-13-2025

(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-tools/files/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,