to reproduce
- create an
AppDir the following.desktop file:
app.desktop:
[Desktop Entry]
Name=test
Exec=AppRun
Icon=/usr/bin/icon
Type=Application
Categories=Development;IDE;
Terminal=false
StartupNotify=true
- put an icon file at
AppDir/usr/bin/icon.svg
- run
ARCH=x86_64 appimagetool .
- attempt to open the
.DirIcon symlink
expected result
either:
.DirIcon links to AppDir/usr/bin/icon.svg
- fail the build with an error stating that the icon must be in the AppDir root
actual result
symlink is broken because it links to non-existent AppDir/icon.svg
to reproduce
AppDirthe following.desktopfile:app.desktop:AppDir/usr/bin/icon.svgARCH=x86_64 appimagetool ..DirIconsymlinkexpected result
either:
.DirIconlinks toAppDir/usr/bin/icon.svgactual result
symlink is broken because it links to non-existent
AppDir/icon.svg