summaryrefslogtreecommitdiff
blob: d2dea0208d86228305a54315d3cb18e9ed7f1b6f (plain)
1
2
3
4
5
6
7
8
9
10
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -20,6 +20,7 @@ use Time::HiRes qw(gettimeofday tv_interval);
 $|++;
 binmode STDOUT, ':utf8';
 binmode STDERR, ':utf8';
+$ENV{GDK_BACKEND} = 'x11';
 
 our %opt = ();
 my %cli_options = ();