rilian-la-te/java-swing-ayatana

Fails on ubuntu 13.04

Closed this issue · 1 comments

$ 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

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

  • Changed state: WontFix