diff options
| author | Martin Owens <doctormo@gmail.com> | 2019-03-06 23:07:23 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2019-03-06 23:07:23 +0000 |
| commit | 38050d968f09c1f893e5689e9d35e21e33410762 (patch) | |
| tree | 0fed0b5c6f9d2075f878db19063ef6ce0bb8b104 /CMakeScripts | |
| parent | Merge: Update background-color tooltips in document-properties.cpp (diff) | |
| parent | Fix icon location in Linux desktop file (diff) | |
| download | inkscape-38050d968f09c1f893e5689e9d35e21e33410762.tar.gz inkscape-38050d968f09c1f893e5689e9d35e21e33410762.zip | |
Merge: Fix icon location in Linux desktop file
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/inkscape-desktop.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
