> oval-buttons.pl: gimp_display_new: procedural database execution failed at > ./oval-buttons.pl line 144 (DIE) > [Invalid UTF-8] Kiszolgáló: oval-buttons.pl: gimp_display_new: procedural > database execution failed at ./oval-buttons.pl line 144 (DIE) If you're running in batch mode, trying to open a display probably should cause an error (no UI enviornment is setup in gimp to do this!) . I'd recommend putting the call inside an 'eval' block, so that it failing doesn't stop the execution of the script. Seth