archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
914 stars 267 forks source link

Internal Browser (Hints, Welcome, HTML Preview) not working on Linux #993

Open Phillipus opened 7 months ago

Phillipus commented 7 months ago

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 https://github.com/eclipse-platform/eclipse.platform.swt/issues/843