Skip to content

Commit

Permalink
cog_0.16: Fix the launch in Weston kiosk mode
Browse files Browse the repository at this point in the history
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.

This has already been fixed in the cog_0.14.1 recipe. Do the same
for the cog_0.16.1 recipe.

Signed-off-by: Fabio Estevam <[email protected]>
  • Loading branch information
Fabio Estevam authored and psaavedra committed Sep 18, 2024
1 parent a6d6b2f commit 23f1de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-browser/cog/cog_0.16.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require conf/include/devupstream.inc

DEFAULT_PREFERENCE = "-1"

SRC_URI:append = " file://0002-wl-Do-not-attach-frames-with-invalid-size-to-the-sur.patch"
SRC_URI[sha256sum] = "37c5f14123b8dcf077839f6c60f0d721d2a91bb37829e796f420126e6b0d38b5"

SRC_URI:class-devupstream = "git://github.com/Igalia/cog.git;protocol=https;branch=cog-0.16"
Expand Down

0 comments on commit 23f1de5

Please sign in to comment.