Hi... When starting the himp with some locales set, it cores dump:
$ export LC_ALL="fr_FR.ISO8859-15" $ gimp (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:9830): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed Segmentation fault (core dumped) If I start it like this: $ export LANG="C" $ gimp ... then it works fine. Any idea ? This is 3.9/i386 and the latest gimp compiled from ports. Regards, -- Antoine