Describe the bug
Just running the canary AppImage returns and closes:
Could not create default EGL display: EGL_BAD_PARAMETER. Aborting...
Doesn't happen with stable.
To Reproduce
Steps to reproduce the behavior:
- run the canary AppImage
- See error
Desktop (please complete the following information): Sway
- OS: [e.g. iOS] Arch btw
- Version [e.g. 22] 6.14
Additional context
The fix on another tool was to use a specific version of webkit2gtk. I guess, you need to use a newer version?
webkit2gtk is 2.48.0-1 on my arch machine.
My workaround
- extract stable and canary AppImage with
7z x
- move
new/usr/bin/overlayed to old/usr/bin/overlayed
./old/AppRun
Describe the bug
Just running the canary AppImage returns and closes:
Could not create default EGL display: EGL_BAD_PARAMETER. Aborting...Doesn't happen with stable.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information): Sway
Additional context
The fix on another tool was to use a specific version of webkit2gtk. I guess, you need to use a newer version?
webkit2gtk is 2.48.0-1 on my arch machine.
My workaround
7z xnew/usr/bin/overlayedtoold/usr/bin/overlayed./old/AppRun