-
Notifications
You must be signed in to change notification settings - Fork 144
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
Check for icon sizes #244
Comments
This depends on application to application. Some might require a 16px png icon specifically for tray, if it is a svg there is nothing to check, for most max of 512px is enough because appstream creates 64px and 128px pngs from it Right now the linter only checks if a 128px icon is present. |
There were certainly a whole bunch of errors in that code. My excuse is that the build takes ages... Seems that we agree that there's room for improvement on the linter side though, right? |
Yea, it should definitely check desktop files, which would've caught this. I thought appstream would've failed here, given how picky it is. |
if it export a 256x256 or 512x512, appstream compose will generate what is need things will work. we do check icon size on buildbot. Even before the linter. |
#245 will catch the main issue here.
|
I've just built BambuStudio and didn't have smaller size icons installed, just 256x256 and 512x512.
This resulted in a broken icon in gnome-shell.
The linter should probably check, after the build, that the software installs a wider array of icon sizes.
The text was updated successfully, but these errors were encountered: