[Webkit-unassigned] [Bug 213148] 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 09:00:26 PDT 2020


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

--- Comment #6 from Jan Pokorný [poki] <fedora at t.poki.me> ---
Just added ~final iteration of the reproducing command also to original https://bugzilla.redhat.com/show_bug.cgi?id=1845743#c19:

MINIBROWSER=$(which MiniBrowser 2>/dev/null \
  || echo /usr/libexec/webkit2gtk*/MiniBrowser)

WEBKIT_FORCE_SANDBOX=0 GDK_BACKEND=wayland bwrap \
--bind-data 0 /.flatpak-info \
--die-with-parent \
--dir /run \
--dev /dev \
--tmpfs /tmp \
--unsetenv TMPDIR \
--symlink ../run /var/run \
--symlink ../tmp /var/tmp \
--proc /proc \
--ro-bind /sys /sys \
--ro-bind /etc /etc \
--ro-bind-try /var/cache /var/cache \
--ro-bind-try /var/lib /var/lib \
--ro-bind-try /usr /usr \
--ro-bind-try /lib /lib \
--ro-bind-try /lib64 /lib64 \
--bind-try "/run/user/$(id -u)" "/run/user/$(id -u)" \
--bind-try "/home/$(id -un)" "/home/$(id -un)" \
--dev-bind-try /dev/snd /dev/snd \
--dev-bind-try /dev/dri /dev/dri \
$MINIBROWSER <<-EOF
        [Application]
        name=org.test.MiniBrowser
EOF

-- 
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/1638c361/attachment.htm>


More information about the webkit-unassigned mailing list