-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle AppImages with non-standard icon sizes more gracefully #131
Comments
If the icon is a valid Provably what we are seen here is a bug on libcairo or libpng. I will investigate this. |
There is no well known location: Icons in the wrong directory won't be displayed. We shouldn't be responsible for fixing the app author's failures. They can check whether they did it right with appimagelint. The only viable workaround I'd implement is, if there's no |
We need to make this more robust, i.e.
|
In the same spirit, |
The PrusaSlicer-2.0.0-rc2+linux64-201905190649.AppImage icon does not show up in the menu.
libappimage extracts it to
Of course,
.local/share/icons/hicolor/154x154/apps/
is not a valid location.Question #1: Why didn't it resize the icon to one of the proper sizes?
Question #2: If it cannot resize the icon to one of the proper sizes, why didn't it at least put it into one of the standard icon locations, e.g.,
128x128
?cc @azubieta
The text was updated successfully, but these errors were encountered: