Elektrine lite

← Feed

@limelight79@lemmy.world

Post #654135

2026-03-14 22:37 UTC

I tried editing one of them to change the -1 in the gimp-text-fontname call to None, then Null. Restarted GIMP after each change, but I’m still getting the error. But it sounds like it’s an error in the GIMP distribution…

Replies (1)

  • I don't think you need to directly edit the script if that's what you mean. You want to edit the values in the plug-in menu so it's not out of bounds. Those get passed to the script, which then executes. You probably need the direct error instead of this raised exception. Start Gimp from a terminal, trigger the error, and see if the terminal error is showing exactly what the script's error is.

    Open ##1828615