02-15-2018, 08:18 PM
(02-15-2018, 07:43 PM)gogreen Wrote: I downloaded the older script version. That worked correctly the first time I used it--that is, the script window disappeared after drawing the arrow. After that, it was back to the same problem.
I alo renamed the gimp 2.8 folder and let gimp create a new profile. No go.
How do I remove the executable bit on the scm file?
If you got the script from http://registry.gimp.org/node/20269 then as downloaded it is not executable and should work out-of-the-box.
To set a file as read-only, in a terminal use the command
chmod 444 "the-full-path-to"/arrow.scm
If you are not familiar with using terminals and command line try that utility mentioned earlier.
or
To get a chmod value, there is an online calculator here: http://www.onlineconversion.com/html_chm...ulator.htm
However I do not think that is the problem.