prateekmedia / appimagepool

A simple, modern AppImageHub Client, powered by flutter.
https://www.pling.com/p/1547076/
GNU General Public License v3.0
635 stars 39 forks source link

Handle AppImages with icon only in root directory #110

Closed tdiam closed 11 months ago

tdiam commented 11 months ago

Some AppImages don't have a usr/share/icons directory, which according to the spec is "no basic requirement" to have, but instead they only have the myapp.<icon ext> icon file.

For example, see the Firefox AppImage.

When integrated, it appears like this (Ubuntu 23.10): image image