You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some Linux distros (and whether X11 or Wayland used) the internal Browser is not working. This affects the Hints window, the Welcome screen and HTML Preview.
This can be added to the Archi.sh file and use that to launch Archi:
The text was updated successfully, but these errors were encountered:
Phillipus
changed the title
Internal Browser (Hints, Welcome, HTML Preview) not working
Internal Browser (Hints, Welcome, HTML Preview) not working on Linux
Nov 9, 2023
On some Linux distros (and whether X11 or Wayland used) the internal Browser is not working. This affects the Hints window, the Welcome screen and HTML Preview.
This can be added to the
Archi.sh
file and use that to launch Archi:export WEBKIT_DISABLE_COMPOSITING_MODE=1
or:
export WEBKIT_DISABLE_DMABUF_RENDERER=1
See eclipse-platform/eclipse.platform.swt#843
The text was updated successfully, but these errors were encountered: