diff --git a/src/tools/icons/export.py b/src/tools/icons/export.py index bf8f0baa393..2ead1ceab4c 100644 --- a/src/tools/icons/export.py +++ b/src/tools/icons/export.py @@ -112,6 +112,8 @@ def printOutUnexported(svgIDs, scaleFactors): def exportPngs(svgIDs, svgFile, scaleFactors, inkscape): inkscapeProcess = subprocess.Popen([inkscape, '--shell'], stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, cwd=qtcRoot()) actions = ["file-open:" + svgFile] for id in svgIDs: