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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 12:44:04 PDT 2020


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |aperez at igalia.com
                   |kit.org                     |

--- Comment #6 from Adrian Perez <aperez at igalia.com> ---
(In reply to Adrian Perez from comment #5)
> The following merge request makes libmanette usable inside Flatpak:
> 
>   https://gitlab.gnome.org/aplazas/libmanette/-/merge_requests/19
> 
> The library needs to be built passing “-Dgudev=disabled” to Meson, and
> libmanette will fall back to using “GFileMonitor” on ”/dev/input/*” to
> find supported devices, which works inside the Flatpak sandbox if the
> application has been configured with “--device=all”, but I suspect that
> “--filesystem=/dev/input:ro” might work.

It turns out that we already have “--device=all” somewhere, checked with:

  % webkit-flatpak -c grep devices /.flatpak-info
  devices=dri;all;
  %

So for *development* the only moving part missing is compiling libmanette
with “-Dgudev=disabled” and then game pads should work in the MiniBrowser
for development ��️

-- 
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/20201019/5d046229/attachment.htm>


More information about the webkit-unassigned mailing list