Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37532306
en ru br
ALT Linux repos
S:1.3.0-alt3_26

Group :: Engineering
RPM: slic3r

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: slic3r-wayland.patch
Download


diff --git a/slic3r.pl b/slic3r.pl
index 80e6dc7..36d331d 100755
--- 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 = ();
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin