Run on X11, as Wayland crashes Slic3r

See https://bugzilla.redhat.com/show_bug.cgi?id=1661324
and https://trac.wxwidgets.org/ticket/17702
This commit is contained in:
Miro Hrončok 2018-12-22 14:55:33 +01:00 committed by Joseph Lenox
parent 8f51287c27
commit dc0f491602

View File

@ -19,6 +19,7 @@ use Time::HiRes qw(gettimeofday tv_interval);
$|++;
binmode STDOUT, ':utf8';
binmode STDERR, ':utf8';
$ENV{GDK_BACKEND} = 'x11';
our %opt = ();
my %cli_options = ();