[Java-gnome-developer] Gtk.init throws exception when run on Ubuntu XX.XX
Brought to you by:
afcowie
|
From: Jason M. <agr...@gm...> - 2015-04-22 21:09:09
|
Recently tried app I did a few years ago.
Same thing Xubuntu 14.04.2
DANGER: (null)-WARNING, Couldn't connect to accessibility bus: Failed to
connect to socket /tmp/dbus-kCfLhsSIdO: Connection refused
Exception in thread "main" org.gnome.glib.FatalError: (null)-WARNING
Couldn't connect to accessibility bus: Failed to connect to socket
/tmp/dbus-kCfLhsSIdO: Connection refused
at org.gnome.gtk.GtkMain.gtk_init(Native Method)
at org.gnome.gtk.GtkMain.init(GtkMain.java:54)
at org.gnome.gtk.Gtk.init(Gtk.java:95)
at com.agrellum.CompostiMate.main(CompostiMate.nrx:805)
I went with ppa
I then went to Oracle JDK
Same.
But I had this problem before with the theme selected in XFce. (Don't know
if this it may help you narrow problem.)
Logged in with WMaker App starts fine.
|