Skip to content

Still black screen on Linux (v2.5.14) #438

@GeorgelPreput

Description

@GeorgelPreput

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

  1. Make .appimage file executable
  2. Double click-it

-- or --

  1. Same
  2. In the terminal, run ./World.Monitor_2.5.14_amd64.AppImage
  3. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions