[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 09:27:39 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=212453
--- Comment #3 from Philippe Normand <pnormand at igalia.com> ---
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 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/6852d8a0/attachment.htm>
More information about the webkit-unassigned
mailing list