--- main.cpp.orig 2014-01-01 22:33:23.000000000 +0100 +++ main.cpp 2014-01-01 22:33:03.000000000 +0100 @@ -590,7 +590,7 @@ g_setenv("INKSCAPE_LOCALEDIR", localepath, TRUE); + // prevent "please insert disk" messages. fixes bug #950781 + SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX | SEM_NOOPENFILEERRORBOX); g_free(python); g_free(scripts);