diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-27 09:13:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-27 09:13:26 +0100 |
commit | 1178e66c8cad0ac2d05739ef1af2f8eb58150d36 (patch) | |
tree | e6845733886e3928f42708f6a63a1143cffcda9a /lib | |
parent | 422153e18d7e0e4f5e3aab94eb4d05072ce21939 (diff) |
use xvfb-run -a
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/export-carriage.py | 2 |
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, |