From a6d9645ac2743a85aad1d763e7a5db1e65cefdfa Mon Sep 17 00:00:00 2001 From: Karl Cheng Date: Wed, 20 Feb 2019 19:36:01 +1100 Subject: Fix icon location in Linux desktop file This was meant to be fixed by deeb288f but it seems this was overlooked. Also remove .desktop.in file which appears to be unused. --- CMakeScripts/inkscape-desktop.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeScripts') diff --git a/CMakeScripts/inkscape-desktop.cmake b/CMakeScripts/inkscape-desktop.cmake index e25cf5d20..e1f45644e 100644 --- a/CMakeScripts/inkscape-desktop.cmake +++ b/CMakeScripts/inkscape-desktop.cmake @@ -11,7 +11,7 @@ set(INKSCAPE_MIMETYPE "image/svg+xml;image/svg+xml-compressed;application/vnd.co if (ENABLE_BINRELOC) set(INKSCAPE_ICONPATH "\${SNAP}/share/inkscape/branding/inkscape.svg") else() - set(INKSCAPE_ICONPATH "inkscape") + set(INKSCAPE_ICONPATH "org.inkscape.Inkscape") endif() configure_file(${INKSCAPE_BINARY_DIR}/org.inkscape.Inkscape.desktop.template.in ${INKSCAPE_BINARY_DIR}/org.inkscape.Inkscape.desktop) -- cgit v1.2.3