Recently I was trying to compile my application that hasn't got an icon:
$ cat helloworld.desktop
[Desktop Entry]
Type=Application
Name=hello-world-appimage
$ ARCH="x86_64" ./../appimagetool-x86_64.AppImage myapp.AppDir
appimagetool, continuous build (commit 225057b), build 1874 built on 2018-10-21 12:21:27 UTC
Using architecture x86_64
/home/gymmasssorla/Desktop/hello-world-appimage should be packaged as hello-world-appimage-x86_64.AppImage
Icon entry not found in desktop file
(null){.png,.svg,.svgz,.xpm} defined in desktop file but not found
For example, you could put a 256x256 pixel png into
/home/gymmasssorla/Desktop/hello-world-appimage/
How to solve this problem? I just want to keep my app without an icon.
Recently I was trying to compile my application that hasn't got an icon:
How to solve this problem? I just want to keep my app without an icon.