beutify plugin fix by nelo I got simple border to work by disabling the translation and replacing the clipboard name stuff: in simple-border.c around line 348 -349 I've changed to Code: Select all /* fix gimp_context_set_pattern ("Clipboard") only works on English versions of Gimp */ //gimp_context_set_pattern ("Clipboard"); //INIT_I18N (); gimp_context_set_pattern ("Clipboard Image"); uncommented INIT_I18N (); and set Clipboard Image instead of Clipboard