[Webkit-unassigned] [Bug 212453] [GTK] Gamepad events do not occur in the flatpak shell.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 29 16:05:57 PDT 2020


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

--- Comment #4 from ChangSeok Oh <changseok at webkit.org> ---
(In reply to Philippe Normand from comment #3)
> Ah sorry, it might not help. If I understand the CMake option for this, the
> launcher is disabled when we build from the SDK:
> 
> if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT EXISTS "/.flatpak-info")
>     WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PUBLIC ON)
> else ()
>     WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PUBLIC OFF)
> endif ()

You are right. The SDK based webkit build disables ENABLE_BUBBLEWRAP_SANDBOX. I tried to forcedly enable it in flatpak shell but I couldn't since bwrap is not available in the shell.

-- 
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/20200529/538c1b13/attachment.htm>


More information about the webkit-unassigned mailing list