[java-gnome-hackers] Problem with glib 2.22.3
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-12-04 10:14:46
|
There's a problem. If you a) upgrade to glib 2.22.3 b) use Glib.setProgramName() Your application will crash due to glib now emitting a WARNING when g_set_prgname() is called twice, which is fatal for us. https://bugzilla.gnome.org/show_bug.cgi?id=603774 To deal with this, I've merged two change to 'mainline' 1) remove our "helpful" call to g_set_prgname() from our GtkMain.gtk_init() JNI code. 2) now allow you to call Glib.setPogramName() before Gtk.init() revno 701. This doesn't fix existing apps, of course. This really needs some testing. I'll do 4.0.14-rc2 with this over the weekend, but it would really help if people running 'mainline' or hacking their own branches of java-gnome could check this. AfC Sydney |