pixlsus / GIMP-Scripts

Community managed scripts for the GNU Image Manipulation Program
https://pixls.us
48 stars 4 forks source link

GIMP 2.10 - Scripts Fail on Startup #3

Open bitshifter52 opened 5 years ago

bitshifter52 commented 5 years ago

I'm running Ubuntu 18.04 and GIMP 2.10 These are the error messages I receive when I run Script-fu->Refresh Scripts:

Error while loading /home/robert/.config/GIMP/2.10/scripts/patdavid-check-layer.scm:

Error: (/home/robert/.config/GIMP/2.10/scripts/patdavid-check-layer.scm : 7) eval: unbound variable: <!DOCTYPE 

Error while loading /home/robert/.config/GIMP/2.10/scripts/sg-luminosity-masks.scm:

Error: (/home/robert/.config/GIMP/2.10/scripts/sg-luminosity-masks.scm : 7) eval: unbound variable: <!DOCTYPE 

Error while loading /home/robert/.config/GIMP/2.10/scripts/patdavid-color-decompose_0.3.scm:

Error: (/home/robert/.config/GIMP/2.10/scripts/patdavid-color-decompose_0.3.scm : 7) eval: unbound variable: <!DOCTYPE 
patdavid commented 5 years ago

This sounds like you may not have downloaded the .scm file correctly. For instance, here's the direct link to the check layer script:

https://raw.githubusercontent.com/pixlsus/GIMP-Scripts/master/patdavid-check-layer.scm

Try saving that one to your scripts folder.

To get the file directly, you just need to remember to hit the "Raw" link to see the actual file:

image

Beep6581 commented 5 years ago

@bitshifter52 you most likely downloaded them incorrectly. Click on the scm file to open it, then either right-click on "Raw" and then click on Save As in the context menu that pops up, or left-click on "Raw" and when the raw file opens then right-click anywhere and Save As.