Or should it be done at all?
My current workflow is downloading the .AppImages
to a repository (~/Applications
) and run them from the command line, I would like to integrate the .AppImages
with gnome, but there doesn´t seem to exist an obvious way of doing it.
I found out that there is a daemon for it (appimaged) but it doesn´t seem to be supported anymore. The site points to an alternative codebase but it is not clear (at least to me) if it is stable or not. There is also AppImageLauncher which seems to do the trick, but it is not also clear how stable it is, once it is not endorsed by the developers of AppImage on their website.
I am aware of the manual creation of .desktop
entries (see How can I create launchers on my desktop?) in order to integrate it manually (as sugested by pLumo), but it would be nice if there is an automatic way of doing it. There is also an older discussion on the topic, but some of the answers are outdated (citing appimaged) and they do not point which one is the best alternative for doing this task.
~/.local/share/applications
– Archisman Panigrahi Sep 15 '21 at 07:38