Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
plugins not showing
#1
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
Reply
#2
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 ?

   

I do not have anything Fedora but it might help Ofnuts if you give the python version from the python terminal.
Reply
#3
(8 hours ago)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,
Reply


Forum Jump: