Investigating why my icon didn't show up in the desktop environment, I ran appimaged with the --verbose flag and noticed it didn't succeed to move the icon (which it previously extracted to /tmp) to the target directory ~/.local/share/icons/hicolor/512x512/apps.
I got a "no such file or directory" error, because the apps dir inside ~/.local/share/icons/hicolor/512x512 did not exist. After manually creating this directory, everything works as expected.
Using appimaged version: continuous-1-g6f3138f on Ubuntu 18.04 nightly minimal.
Investigating why my icon didn't show up in the desktop environment, I ran appimaged with the
--verboseflag and noticed it didn't succeed to move the icon (which it previously extracted to/tmp) to the target directory~/.local/share/icons/hicolor/512x512/apps.I got a "no such file or directory" error, because the
appsdir inside~/.local/share/icons/hicolor/512x512did not exist. After manually creating this directory, everything works as expected.Using appimaged version: continuous-1-g6f3138f on Ubuntu 18.04 nightly minimal.