0ad (0.0.23.1-3) unstable; urgency=medium

  0 A.D. is now built against the GTK 3 variant of the wxWidgets library that
  has a known issue in Wayland desktop environments: Atlas editor crashes at
  startup.

  Users of Wayland environments need to work around that issues by forcing the
  use of X11/Xwayland. Launch Atlas editor from a terminal by this command:

  GDK_BACKEND=x11 pyrogenesis -editor

  For details see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900678#10

  If you don't know if you are affacted, please execute the following command in
  a terminal:
  
  echo $WAYLAND_DISPLAY

  If it prints something similar to 'wayland-0', please use the workaround as
  described above!

 -- Bruno Kleinert <fuddl@debian.org>  Sat, 03 Aug 2019 05:56:46 +0200