[Webkit-unassigned] [Bug 213148] [WPE][GTK] WEBKIT_FORCE_SANDBOX (bwrap) results in pixelated font under Wayland where everything is nice with GDK_BACKEND=x11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 13 12:43:54 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213148

--- Comment #10 from Jan Pokorný [poki] <fedora at t.poki.me> ---
Ok, I see more of the context now, which makes me think that
it's unlikely this would be somehow unique to WebKitGTK + bubblewrap
(IIUIC, Flatpak uses that very same sandboxing backend):

https://github.com/flatpak/flatpak/issues/2861

The only difference is that with Flatpak, you actively ask for
isolation to happen (hence can be reasonably sure that any
problems inside do not necessarily map to your installation
outside), whereas with Evolution, you naturally expect all-native
(and therefore see something botched as a pressing question mark
generator possibly affecting whole system in some way, as was
in my case).  The other, perhaps important difference, is that
the process of sandboxing is fully at hands of WebKitGTK in this
case, would any interim workaround be agreeable if applicable.

Strangely, I've already independently tried to move to their
proper locations (with installing full-blown gsd):

/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml

(note the dependency, wasn't discussed with that Flatpak issue)

files extracted from "dnf download gnome-settings-daemon.x86_64",
followed with "glib-compile-schemas /usr/share/glib-2.0/schemas/".

I even have the key-value inserted like this:
$ gsettings get org.gnome.settings-daemon.plugins.xsettings antialiasing 
> 'grayscale

But that alone didn't appear to help.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200613/2bc95060/attachment-0001.htm>


More information about the webkit-unassigned mailing list