tdaitx / java-swing-ayatana

Automatically exported from code.google.com/p/java-swing-ayatana
0 stars 0 forks source link

Fails on ubuntu 13.04 #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$ idea.sh 
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)
Failed to clear URL cache
Failed to clear URL cache
/usr/lib/jvm/java-7-oracle/bin/java: symbol lookup error: 
/usr/lib/jayatana/libjayatana.so: undefined symbol: g_thread_init

the solution is to remove the call to g_thread_init. As per: 
https://developer.gnome.org/glib/2.34/glib-Deprecated-Thread-APIs.html#g-thread-
init

the g_thread_init is not needed anyway. COmmenting out the call to that 
function resolves the issue for me.

Original issue reported on code.google.com by radaczynski on 12 Sep 2013 at 7:34

GoogleCodeExporter commented 8 years ago
It's sure, but the new version fix that, but only for ubuntu 13.10... so sorry

Original comment by danjaredg on 11 Nov 2013 at 8:34