[Webkit-unassigned] [Bug 257798] [GTK] Slow to create WebKitWebView (30 seconds delay) with sandbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 15 05:21:48 PDT 2023


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

--- Comment #20 from gkatev <george_kate at hotmail.com> ---
Thank you! Indeed it was a problem related to xdg-desktop-portal. For future internet wanderers: https://github.com/flatpak/xdg-desktop-portal/issues/1032. The problem was that there was xdg-desktop-portal-gnome installed on my system, even though I don't have gnome. This would never start (because I don't have gnome), and xdg-desktop-portal apparently waited for it and ultimately failed after 25s, instead of skipping it (!). Anyway, I fixed it by removing xdg-desktop-portal-gnome (I'm running cinnamon).

I don't know if this issue is at all related to xdg-desktop-portal. Indeed also on my system, the MiniBrowser hanged at the beginning with '--enable-sandbox', and didn't without it, and it stopped hanging after I removed xdg-desktop-portal-gnome.

Useful commands to look for xdg-desktop-portal issues like the one I encountered: 'journalctl -f', 'systemctl --user status xdg-desktop-portal', 'ls /usr/share/xdg-desktop-portal/portals', '/usr/lib/xdg-desktop-portal -v'.

-- 
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/20230615/f9e3bea5/attachment.htm>


More information about the webkit-unassigned mailing list