Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
for fast workarround, you can add JVM property jayatana.force=true, this force
the AyatanaDesktop.isSupported() method to return always true.
But i'm not sure if this works, because the Unity Global Menu use the
libappmenu library, not use the globalmenu library. The libappmenu use your own
g_dbus_proxy ("com.canonical.AppMenu.Registrar") and JAyatana library work with
this g_dbus_proxy, you can see the source
http://code.google.com/p/java-swing-ayatana/source/browse/trunk/jayatana/jayatan
a/org_java_ayatana_ApplicationMenu.c#126.
So sorry, but I don't know how works globalmenu library. But if it works like a
libappmenu, maybe you change the g_dbus_proxy to use the globalmenu library.
Original comment by danjaredg
on 13 Jun 2012 at 5:17
if lo-menubar works, then the Jayatana must operate with JVM property
jayatana.force=true
Original comment by danjaredg
on 13 Jun 2012 at 5:21
Sorry, I found that what I exactly use is "indicator-applet-appmenu", version
0.5.0. Previously I thought it's come from gnome2-globalmenu.
And the jayatana.force=true workarround does take effect. I put it in the
netbeans.conf with "-J-Djayatana.force=true"
Thanks a lot!
Original comment by biggerti...@gmail.com
on 15 Jun 2012 at 9:10
Original comment by danjaredg
on 15 Jun 2012 at 4:49
Original comment by danjaredg
on 6 Sep 2012 at 10:48
Original issue reported on code.google.com by
biggerti...@gmail.com
on 13 Jun 2012 at 8:40