AppImageCommunity / appimaged

appimaged is a daemon that monitors the system and integrates AppImages.
https://appimage.org
Other
295 stars 15 forks source link

Question: Is it possible to register more than one icon/app with appimaged #42

Open chrisnharvey opened 7 years ago

chrisnharvey commented 7 years ago

For apps such as LibreOffice, having one application icon is not always enough, for example, it might be useful to have LibreOffice Writer, LibreOffice Calc etc.

Is it possible to do this with appimaged?

probonopd commented 7 years ago

Hi @chrisnharvey this is not yet implemented but I don't see why it couldn't be done. The question, though, is what do do if appimaged is not installed. In that case, there must be one clear main executable.

azubieta commented 5 years ago

Please move to the appimaged repo.

probonopd commented 5 years ago

Actually, I think appimaged registers everything in usr/share/icons and usr/share/mime. But all the actual logic should come from libappimage; appimaged in itself should just call a function there that integrates an AppImage into the system.