Re: Change default arrow in Grimp script
I'm more familiar with the python-fu scripts...
It looks like it should work.If you are using GImp 2.8 then the .SCM should indeed be put n ~/.gimp-2.8/scripts.
If you start Gimp from a terminal with the --verbose parameter, you will get startup diagnostic messages. Look for either a syntax error or a message about duplicate script definition.
You can also check "Edit/Preferences" -> Folders -> Scripts to see which folders Gimp searches for scripts.
Warning: unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.