Index: gnome-theme-manager.c =================================================================== --- gnome-theme-manager.c (révision 7042) +++ gnome-theme-manager.c (copie de travail) @@ -1617,6 +1617,9 @@ main (int argc, char *argv[]) }; GOptionContext *option_context; + /* First glib call must be to init threads */ + g_thread_init (NULL); + /* We need to do this before we initialize anything else */ theme_thumbnail_factory_init (argc, argv);