Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
125 stars 66 forks source link

cog: Fix the launch in Weston kiosk mode #494

Closed fabioestevam closed 3 months ago

fabioestevam commented 4 months ago

When launching cog in Weston kiosk mode on a board with a display resolution of 1024 x 600, the following error is seen:

xdg_wm_base@10: error 4: xdg_surface geometry (1024 x 768) is larger than the configured fullscreen state (1024 x 600)

Fix it by backporting an upstream cog commit so that it can be launched successfully.

psaavedra commented 3 months ago

LGTM. Thanks for the contribution.