Hi, I'm the author of pl_stroke_arrows. It's strange, looks like you installed it correctly, and it should work. The only possible issue would be the path that the snap version uses.
I'll install the snap version right away and see if there is a problem.
P.S:
I think I identified your problem. You use GIMP 3.2, but you put the plugins / scripts in the 3.0 folder. Alongside that folder, there should be a 3.2 one.
P.P.S: Looks like it's a little more complicated than that. And a little simpler as well.
Two of the configured folders in the snap version are probably virtual paths. I can't find these, and the path contains "3.0", which is not correct for the 3.2 version.
But, the standard path to GIMP config is also present, so you should rather install the plugins in there:
~/.config/GIMP/3.2/plug-ins/
Let me know if this works.
I'll install the snap version right away and see if there is a problem.
P.S:
(9 hours ago)johnrose Wrote: Hello,
I am trying to get arrows on GIMP 3.2.4 running under Ubuntu 22.04.
I have tried two modules:
* The script arrow_v3.scm (https://blog.weetech.ch/2025/10/how-to-d...lugin.html). I put it in "$/snap/gimp/560/.config/GIMP/3.0/scripts", made sure it is executable and restarted GIMP. It is supposed to show in the Tools menu, but nothing is there.
* The plug-in pl_stroke_arrows (https://github.com/Scallact/gimp-stroke-...me-ov-file). I put the folder in "$/snap/gimp/560/.config/GIMP/3.0/plug-ins", made sure that pl_stroke_arrows.py is executable and restarted GIMP. It is supposed to show in the Edit menu, but nothing is there.
Any idea about what the problem is? My GIMP is the French version, could that be it?
Thanks for your advice, John
I think I identified your problem. You use GIMP 3.2, but you put the plugins / scripts in the 3.0 folder. Alongside that folder, there should be a 3.2 one.
P.P.S: Looks like it's a little more complicated than that. And a little simpler as well.
Two of the configured folders in the snap version are probably virtual paths. I can't find these, and the path contains "3.0", which is not correct for the 3.2 version.
But, the standard path to GIMP config is also present, so you should rather install the plugins in there:
~/.config/GIMP/3.2/plug-ins/
Let me know if this works.

