Fix Wayland AppImage blank window; clarify Virtual Remote Keyboard#61
Merged
Merged
Conversation
Linux: force WEBKIT_DISABLE_DMABUF_RENDERER=1 at startup (honoring an existing value) so WebKitGTK's DMABUF renderer can't crash with EGL_BAD_PARAMETER and leave a blank window. Users no longer need the LD_PRELOAD=libwayland-client workaround. Virtual Remote Keyboard: widen the optimize description to note the Android TV Remote integration used by smart-home apps like Home Assistant, so it's clear before disabling. It's already opt-in (default_optimize: false). Fixes #60 Fixes #58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small fixes from beta.11 feedback.
#60 — AppImage blank window on Wayland. WebKitGTK's DMABUF renderer crashes on some Wayland/Mesa setups (
Could not create default EGL display: EGL_BAD_PARAMETER), leaving a blank window. We now setWEBKIT_DISABLE_DMABUF_RENDERER=1at Linux startup, honoring an existing value so power users can still force it on. Removes the need for theLD_PRELOAD=libwayland-clientworkaround.#58 — Virtual Remote Keyboard. Widened the optimize description to call out the Android TV Remote integration used by smart-home apps like Home Assistant. It was already opt-in (
default_optimize: false), so this is a clarity fix.Fixes #60
Fixes #58