我正在尝试使用VMware和主机macOS在Ubuntu上运行WPE WebKit,但收到以下错误消息:
➜ flatpak run org.wpe.Cog -P fdo http://www.example.com
(cog:2): GLib-CRITICAL **: 09:34:38.938: g_source_destroy: assertion 'source != NULL' failed
** (cog:2): WARNING **: 09:34:38.939: Platform setup failed: Could not open EGL display (0x3000)
** (cog:2): CRITICAL **: 09:34:38.939: WebKitWebViewBackend* webkit_web_view_backend_new(wpe_view_backend*, GDestroyNotify, gpointer): assertion 'backend' failed
** (cog:2): ERROR **: 09:34:38.939: Could not instantiate any WPE backend.我在运行Wayland:
➜ pwd
/run/user/1000
➜ ls | grep wayland
wayland-0
wayland-0.lock我从apt安装了韦斯顿。
但它还没有起作用。我该如何解决这个问题?
发布于 2020-10-06 00:07:32
导出G_MESSAGES_DEBUG=all
提供了有关此问题的更多上下文
发布于 2020-08-14 00:10:27
你是在运行的weston会话中运行它吗?你需要在那里开一个终端。
https://stackoverflow.com/questions/63392124
复制相似问题