I am facing some problem while trying to execute a batch plugin for gimp from shell on mac. I am using gimp 2.8.
The problem is that if i run gimp from shell, using : /Applications/GIMP.app/Contents/MacOS/gimp '(python-fu-test-hello-world)'
It will show some mesages, then batch command executed successfully
But actually nothing will happen, the code inside the python script will not run. Any special considerations needed?
Can someone shed some lights on what is going on ?
Thanks