1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
megaglest (3.13.0-3) unstable; urgency=medium
MegaGlest is now built against the GTK 3 variant of the wxWidgets library that
has a known issue in Wayland desktop environments: megaglest_editor and
megaglest_g3dviwer crash at startup.
Users of Wayland environments need to work around that issues by forcing the
use of X11/Xwayland. Launch megaglest_editor and megaglest_g3dviwer from a
terminal by this command:
GDK_BACKEND=x11 megaglest_editor or
GDK_BACKEND=x11 megaglest_g3dviewer
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 11:24:19 +0200
|