diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index b7c265c..ba3f68d 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -47,7 +47,7 @@ warn "Running Slic3r under Perl 5.16 is neither supported nor recommended\n" use FindBin; # Path to the images. -our $var = sub { decode_path($FindBin::Bin) . "/var/" . $_[0] }; +our $var = sub { '/usr/share/slic3r/' . $_[0] }; use Moo 1.003001;