Skip to content

Commit a566d98

Browse files
committed
🐛 Work around attempt to Inkscape problem
It seems Inkscape has a problem when called from the command line https://gitlab.com/inkscape/inkscape/-/issues/294
1 parent e340b8a commit a566d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ default: _site
3030
dot $< -T png -o $@
3131

3232
%.png: %.svg Makefile
33-
inkscape -z -e $@ -w 600 $<
33+
dbus-run-session inkscape -z -e $@ -w 600 $<
3434

3535
%.png: %.uml plantuml.jar Makefile
3636
java -Djava.awt.headless=true -jar plantuml.jar -p < $< > $@

0 commit comments

Comments
 (0)