summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-27 09:13:26 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-27 09:13:26 +0100
commit1178e66c8cad0ac2d05739ef1af2f8eb58150d36 (patch)
treee6845733886e3928f42708f6a63a1143cffcda9a
parent422153e18d7e0e4f5e3aab94eb4d05072ce21939 (diff)
use xvfb-run -a
-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,