GNOME Bugzilla – Bug 565231
gnome-user-share daemon outputs an error at start.
Last modified: 2008-12-24 07:24:00 UTC
/opt/gnome/libexec/gnome-user-share ** (gnome-user-share:8449): WARNING **: g_thread_init() has not been called. ORBit2 would like to use threads, so the application should have called g_thread_init(NULL) before any GLib or GLib-using API. Calling g_thread_init() now here inside the libORBit-2 library is too late, so instead threads won't be used by ORBit2. This might have bad side-effects. Fix the application!
Created attachment 125085 [details] [review] this patch made my day.
Perhaps the real solution is to remove ORBit2 as dependency :)
Created attachment 125086 [details] [review] Apparently, it is better to check is thread are supported before, so patch is updated accordingly
I just seen it was an effect of http://bugzilla.gnome.org/show_bug.cgi?id=547885 (/me is living out of GNOME's town)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 565518 ***