d86a968
--- djvulibre-3.5.27/desktopfiles/Makefile.am
d86a968
+++ djvulibre-3.5.27/desktopfiles/Makefile.am
636f65a
@@ -32,10 +32,9 @@ if HAVE_CONVERSION_INKSCAPE
636f65a
 convert_icons_process = \
636f65a
 s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
636f65a
 ${INKSCAPE} \
636f65a
---without-gui \
d86a968
 --export-width=$${s} \
d86a968
 --export-height=$${s} \
d86a968
---export-png=$@ $<
636f65a
+--export-filename=$@ $<
d86a968
 endif
d86a968
 
d86a968
 if HAVE_CONVERSION_CONVERT
d86a968
--- djvulibre-3.5.27/desktopfiles/Makefile.in
d86a968
+++ djvulibre-3.5.27/desktopfiles/Makefile.in
636f65a
@@ -306,10 +306,9 @@ PNGICONS = \
636f65a
 @HAVE_CONVERSION_INKSCAPE_TRUE@convert_icons_process = \
636f65a
 @HAVE_CONVERSION_INKSCAPE_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
636f65a
 @HAVE_CONVERSION_INKSCAPE_TRUE@${INKSCAPE} \
636f65a
-@HAVE_CONVERSION_INKSCAPE_TRUE@--without-gui \
d86a968
 @HAVE_CONVERSION_INKSCAPE_TRUE@--export-width=$${s} \
d86a968
 @HAVE_CONVERSION_INKSCAPE_TRUE@--export-height=$${s} \
d86a968
-@HAVE_CONVERSION_INKSCAPE_TRUE@--export-png=$@ $<
636f65a
+@HAVE_CONVERSION_INKSCAPE_TRUE@--export-filename=$@ $<
d86a968
 
d86a968
 @HAVE_CONVERSION_RSVG_TRUE@convert_icons_process = \
d86a968
 @HAVE_CONVERSION_RSVG_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \