ofn-text-along-path - 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: ofn-text-along-path (/Thread-ofn-text-along-path) |
RE: ofn-text-along-path - rich2005 - 03-12-2021 Quote:When I put ofn-text-along-path.py into /home/[username]/.config/GIMP/2.10/plug-ins/ and restart gimp, I don't see anything when I right click the text layer and press text along path, it just does what it did before, no dialogue. Am I missing something? Which version of linux and Gimp ? Some now come without python2 support. No python = no python plugins RE: ofn-text-along-path - dublUayaychtee - 03-12-2021 Garuda Linux, Gimp 2.10.22 I will see if i can install python2 if that will help unless if it is already installed edit: pyhton2 is already installed what should i do RE: ofn-text-along-path - rich2005 - 03-12-2021 (03-12-2021, 08:06 PM)dublUayaychtee Wrote: Garuda Linux, Gimp 2.10.22 Gimp also needs a gimp-python package. Do you have a Filters -> Python-Fu menu entry ? That will show if Gimp python support is working. Garuda Linux - based on Arch linux so I am no help there. Have you asked on a Arch forum ? A quick search - looks like somebody made a package for Arch https://bbs.archlinux.org/viewtopic.php?pid=1892562#p1892562 RE: ofn-text-along-path - Blighty - 03-13-2021 (03-12-2021, 07:43 PM)dublUayaychtee Wrote: When I put ofn-text-along-path.py into /home/[username]/.config/GIMP/2.10/plug-ins/ and restart gimp, I don't see anything when I right click the text layer and press text along path, it just does what it did before, no dialogue. Am I missing something? ofn-text-along-path works differently. Right click the path in the paths dialogue, then select Tools > Text along path RE: ofn-text-along-path - Ofnuts - 03-13-2021 (03-13-2021, 05:05 AM)Blighty Wrote:(03-12-2021, 07:43 PM)dublUayaychtee Wrote: When I put ofn-text-along-path.py into /home/[username]/.config/GIMP/2.10/plug-ins/ and restart gimp, I don't see anything when I right click the text layer and press text along path, it just does what it did before, no dialogue. Am I missing something? It's actually a change from between "text-along-path" (for 2.6) and ofn-text-along-path (for 2.8 onwards). Some functionality was only feasible in 2.6. RE: ofn-text-along-path - Ofnuts - 03-17-2021 Updated the package on SourceForge. Just a small documentation update... no need to download again if you already figured out how to use the script. |