summaryrefslogtreecommitdiff
path: root/lib/export-carriage.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/export-carriage.py')
-rwxr-xr-xlib/export-carriage.py2
1 files changed, 2 insertions, 0 deletions
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,