Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failing on loading script Mac OS X: gimp_check_updates_callback failed
#2
Check updates callback has nothing to do with it. This is just the last message of your Gimp initialization...

Not a scripf-fu specialist, but it seems it understands a string as a variable name. Your code suffers from the "dancing toothpicks" syndrome, if the script-fu code requires double quotes, you can use single quotes at the shell level:

Code:
gimp -b '(function "string")'


This removes the need to use a confusing and confused double-meta-indirect escaping Smile
Reply


Messages In This Thread
RE: Failing on loading script Mac OS X: gimp_check_updates_callback failed - by Ofnuts - 06-08-2021, 08:53 AM

Forum Jump: