Re: [webkit-gtk] WebkitGtk 2.26.0 WebKitWebView fails to display in a Gtk3 app.

2022-03-28 Thread jralls
> On Mar 26, 2022, at 6:32 PM, jra...@ceridwen.fremont.ca.us wrote: > > >> On Mar 26, 2022, at 6:16 PM, Michael Catanzaro wrote: >> >> >> Hi, the default hardware acceleration policy changed from >> WEBKIT_HARDWARE_ACCELERATION_POLICY_ON_DEMAND to >> WEBKIT_HARDWARE_ACCELERATION_POLICY_AL

Re: [webkit-gtk] WebkitGtk 2.26.0 WebKitWebView fails to display in a Gtk3 app.

2022-03-26 Thread jralls
> On Mar 26, 2022, at 6:16 PM, Michael Catanzaro wrote: > > > Hi, the default hardware acceleration policy changed from > WEBKIT_HARDWARE_ACCELERATION_POLICY_ON_DEMAND to > WEBKIT_HARDWARE_ACCELERATION_POLICY_ALWAYS. I think you need to add > "--device=dri" to the finish-args in your flatpa

Re: [webkit-gtk] WebkitGtk 2.26.0 WebKitWebView fails to display in a Gtk3 app.

2022-03-26 Thread Michael Catanzaro
Unrelated tip: change "--socket=x11" to "--socket=fallback-x11" to allow flatpak to block X11 access unless the host environment is actually X11. "--socket=x11" should only be needed for apps that don't support Wayland. Michael ___ webkit-gtk maili

Re: [webkit-gtk] WebkitGtk 2.26.0 WebKitWebView fails to display in a Gtk3 app.

2022-03-26 Thread Michael Catanzaro
Hi, the default hardware acceleration policy changed from WEBKIT_HARDWARE_ACCELERATION_POLICY_ON_DEMAND to WEBKIT_HARDWARE_ACCELERATION_POLICY_ALWAYS. I think you need to add "--device=dri" to the finish-args in your flatpak-builder manifest: https://github.com/flathub/org.gnucash.GnuCash/b

[webkit-gtk] WebkitGtk 2.26.0 WebKitWebView fails to display in a Gtk3 app.

2022-03-26 Thread jralls
GnuCash uses a WebKitWebView to display reports that are generated in HTML. Since Michael updated the Gnome41 flatpak runtime to 2.26.0 we've gotten two bug reports complaining that those reports no longer render: https://bugs.gnucash.org/show_bug.cgi?id=798485 https://bugs.gnucash.org/show_bug.c