Bug 224150 - [WPE] MiniBrowser does not launch on fbdev
Summary: [WPE] MiniBrowser does not launch on fbdev
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Local Build
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-03 08:00 PDT by ys3al35l
Modified: 2021-04-03 08:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ys3al35l 2021-04-03 08:00:08 PDT
I launch weston, with the fbdev backend:

backend=/usr/lib/libweston-9/fbdev-backend.so

then set my environment:

$ export WAYLAND_DISPLAY=wayland-0
$ export XDG_RUNTIME_DIR=/run/weston
$ export XDG_SESSION_TYPE=wayland
$ export GDK_BACKEND=wayland

then try to launch MiniBrowser and get nothing useful on the graphics screen and this error on the cli:

$ /usr/lib/wpe-webkit-1.0/MiniBrowser

** (MiniBrowser:127436): WARNING **: 09:09:33.548: WindowViewBackend: cannot yet handle wpe_fdo_shm_exported_buffer.

I can launch luakit in weston with this setup, but not MiniBrowser. I have not tried this on an HDMI connected display (/fb0). 

This is on an RPi 3B+ running Arch Linux kernel 5.10.25 aarch64.