Re: Embedding JavaFX in SWT on Linux (Gtk3)

2014-05-14 Thread Anthony Petrov
Yes, I think this should work then. -- best regards, Anthony On 5/14/2014 9:09 PM, Tom Schindl wrote: Ok that's good to know so if we can get rid of glass-gtk we could at least run on gtk3 - as long as one does not use swing-awt in fx - i think all is better than nothing. Tom Von meinem iPh

Re: Embedding JavaFX in SWT on Linux (Gtk3)

2014-05-14 Thread Tom Schindl
Even if dnd doesn't work that's better than no fx! Looks like webkit does not link into gtk which is good! Tom Von meinem iPhone gesendet > Am 14.05.2014 um 17:09 schrieb Stephen F Northover > : > > Hi Tom, > > https://javafx-jira.kenai.com/browse/RT-35264 > > There is no plan to move to gt

Re: Embedding JavaFX in SWT on Linux (Gtk3)

2014-05-14 Thread Tom Schindl
Ok that's good to know so if we can get rid of glass-gtk we could at least run on gtk3 - as long as one does not use swing-awt in fx - i think all is better than nothing. Tom Von meinem iPhone gesendet > Am 14.05.2014 um 19:03 schrieb Anthony Petrov : > > Hi Tom, > > I ran ldd for libjfxwebk

Re: Embedding JavaFX in SWT on Linux (Gtk3)

2014-05-14 Thread Anthony Petrov
Hi Tom, I ran ldd for libjfxwebkit.so, and I see that it doesn't link to GTK libraries. However, libjfxmedia.so does, so if you play any media files (either directly, or on a webpage open in webkit), then the GTK2 libraries will be loaded. -- best regards, Anthony On 5/14/2014 4:54 PM, Tom

Re: Embedding JavaFX in SWT on Linux (Gtk3)

2014-05-14 Thread Stephen F Northover
Hi Tom, https://javafx-jira.kenai.com/browse/RT-35264 There is no plan to move to gtk3 at this point. If we move to gtk3, FX will no longer be compatible with AWT/Swing which uses GTK2. The monocle port uses only X11 and this could be investigated, however, things like Drag and Drop are unl