From dc0f49160229b4d13f5172814a12065377409626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 22 Dec 2018 14:55:33 +0100 Subject: [PATCH] Run on X11, as Wayland crashes Slic3r See https://bugzilla.redhat.com/show_bug.cgi?id=1661324 and https://trac.wxwidgets.org/ticket/17702 --- slic3r.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/slic3r.pl b/slic3r.pl index 0aeba3cf7..647b09ce6 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -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 = ();