When starting cog with the wl platform I always get the following crash, on both KWin and Weston:
$ cog https://www.example.org
Cog-Core-Message: 18:16:55.248: <https://www.example.org/> Load started.
(cog:275902): Cog-Core-WARNING **: 18:16:55.299: <https://www.example.org/> TLS Error: TLS certificate has unknown CA.
Cog-Core-Message: 18:16:55.299: <> Loaded successfully.
Cog-Core-Message: 18:16:55.299: <https://www.example.org/> Load started.
Cog-Core-Message: 18:16:55.299: <https://www.example.org/> Loading...
Cog-Core-Message: 18:16:55.311: <https://www.example.org/> Loaded successfully.
**
Cog-Wayland:ERROR:../platform/wayland/cog-platform-wl.c:1727:on_export_wl_egl_image: assertion failed: (s_eglCreateWaylandBufferFromImageWL)
Bail out! Cog-Wayland:ERROR:../platform/wayland/cog-platform-wl.c:1727:on_export_wl_egl_image: assertion failed: (s_eglCreateWaylandBufferFromImageWL)
fish: Job 1, 'cog https://www.example.org' terminated by signal SIGABRT (Abort)
Passing --platform=gtk4 works without a problem though that has the navigation bar which must not be visible for kiosk usage
When starting cog with the
wlplatform I always get the following crash, on both KWin and Weston:Passing
--platform=gtk4works without a problem though that has the navigation bar which must not be visible for kiosk usage