From 1178e66c8cad0ac2d05739ef1af2f8eb58150d36 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 27 Dec 2020 09:13:26 +0100 Subject: use xvfb-run -a --- lib/export-carriage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/export-carriage.py b/lib/export-carriage.py index 8f1e4e4..ca4e781 100755 --- a/lib/export-carriage.py +++ b/lib/export-carriage.py @@ -68,6 +68,7 @@ def main(infile, *outfiles): subprocess.run( [ "xvfb-run", + "-a", "inkscape", "--export-area-drawing", select_objects, @@ -83,6 +84,7 @@ def main(infile, *outfiles): subprocess.run( [ "xvfb-run", + "-a", "inkscape", "--export-area-drawing", select_objects, -- cgit v1.2.3