Re: Support for GTK 2 & 3 now in JFX

2016-05-18 Thread Erik De Rijcke
Hi, I tried using the gtk3 broadway backend. This results in a segfault. Current thread (0x7fe8cc0c2000): JavaThread "GtkNativeMainLoopThread" [_thread_in_native, id=21171, stack(0x7fe8abcad000,0x7fe8abdae000)] Stack: [0x7fe8abcad000,0x7fe8abdae000], sp=0x7fe8abdac1c0,

Re: Support for GTK 2 & 3 now in JFX

2016-05-17 Thread Jim Graham
Hi Erik, I tried testing our build under a Gentoo LiveCD. Even the minimal environment of the LiveCD has the org.gnome.desktop.interface schema defined so I'm not sure how minimal your environment was. I did discover that, although the schema was there, it had a value of "0" for the

Re: Support for GTK 2 & 3 now in JFX

2016-05-16 Thread Jim Graham
These may both be related to the HiDPI fix instead. I added a usage of g_settings in that fix that went in on Friday. It looks like I'll have to check for the schema existing before I access it. Can you file a bug report? (On a side note, the call that grabs the schema does not have a

Re: Support for GTK 2 & 3 now in JFX

2016-05-16 Thread Erik De Rijcke
I ran into several issues, however I'm not sure they are related to gtk3 first of all it seems there is a dependency on: gsettings-desktop-schemas. I'm not sure how desirable this is (I did not have it installed, installing it fixed the error but I can image people not wanting to install it?)

Re: Support for GTK 2 & 3 now in JFX

2016-05-09 Thread Jim Graham
Should we integrate that into prism.verbose output? ...jim On 5/9/16 6:18 AM, David Hill wrote: I added a new feature Friday and would like some help testing it. This new feature (8087516: Conditional support for GTK 3 on Linux) allows us to use either GTK v2 or 3

Re: Support for GTK 2 & 3 now in JFX

2016-05-09 Thread David Hill
On 5/9/16, 9:39 AM, Erik De Rijcke wrote: Hi, Are there any known limitations on the gtk3 backends (html5, wayland, ...) that could be used? In short - no, but do tell if you find some :-) The problem before was that you can't mix GTK2 & 3 in the same application, so SWT for example that is

Re: Support for GTK 2 & 3 now in JFX

2016-05-09 Thread Erik De Rijcke
Hi, Are there any known limitations on the gtk3 backends (html5, wayland, ...) that could be used? regards, Erik On Mon, May 9, 2016 at 3:18 PM, David Hill wrote: > > I added a new feature Friday and would like some help testing it. > > This new feature (8087516:

Support for GTK 2 & 3 now in JFX

2016-05-09 Thread David Hill
I added a new feature Friday and would like some help testing it. This new feature (8087516: Conditional support for GTK 3 on Linux) allows us to use either GTK v2 or 3 with JavaFX. The default has not changed - we will use gtk 2 by preference. The help I need is for anyone doing testing on