Skip to content

Commit 8cd1d23

Browse files
authored
Merge pull request #181 from UCL/inkscape_bug
🐛 Work around attempt to Inkscape problem
2 parents dd69aca + a566d98 commit 8cd1d23

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)