-
-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Problem
We explicit that third-party app developers must provide icons in size of 32px, 48px, 64px, and 128px at least in the publishing requirements:
Your app must install icons to
/usr/share/icons/hicolorin 32px, 48px, 64px, and 128px. These are the icon sizes that will be displayed in the Applications menu's search, grid, and category views, Multitasking View, the dock, and in AppCenter.
And we also follow this requirement by ourselves; we provide svg icons in these sizes in our core apps.
However, most of GNOME apps only provide single scalable svg icon instead of svg icons for each size:
Flathub also does not require app icons for each size:
https://docs.flathub.org/docs/for-app-authors/requirements#icons
Proposal
Allow use of single svg icon instead of svg icons for each size.
I think developers must still provide icons for each size if in PNG format, but they don't need to provide them if in Scalable Vector Graphics format, unless they want to do so for some reason e.g. detailed design in 128px.