-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Variant
Desktop app (Linux)
Affected area
Desktop app (Tauri)
Bug description
Similar to #405 , I get a black window on Linux when starting the AppImage. The window borders and menu are all there, but there appears to be no content. Navigating to settings opens another black window.
Steps to reproduce
- Make
.appimagefile executable - Double click-it
-- or --
- Same
- In the terminal, run
./World.Monitor_2.5.14_amd64.AppImage - Optionally, run it as
WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1 ./World.Monitor_2.5.14_amd64.AppImage
Expected behavior
The app content loads.
Screenshots / Console errors
Logs when running from terminal:
❯ ./World.Monitor_2.5.14_amd64.AppImage
** (world-monitor:263336): WARNING **: 01:08:27.734: WEBKIT_FORCE_SANDBOX no longer allows disabling the sandbox. Use WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1 instead.
Could not create surfaceless EGL display: EGL_BAD_ALLOC. Aborting...
Could not create surfaceless EGL display: EGL_BAD_ALLOC. Aborting...
The second line complaining about EGL_BAD_ALLOC is triggered by going to Settings from the menu.
Running with WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1 has no visible results.
Browser & OS
Desktop application on Arch Linux (Gnome 49 / Wayland)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working