File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ used by other distributions as well.
185
185
All submissions must provide a [ Metainfo file] ( /docs/for-app-authors/metainfo-guidelines/#path-and-filename )
186
186
that passes [ validation] ( /docs/for-app-authors/metainfo-guidelines/#validation ) .
187
187
188
+ A Metainfo file is mandatory to appear on the Flathub website.
189
+
188
190
Metainfo file is optional for runtimes, extensions and baseapps.
189
191
190
192
### Desktop file
@@ -198,7 +200,8 @@ Desktop file is optional for console applications.
198
200
Graphical applications must provide, preferably a SVG icon or at least
199
201
a 256x256 PNG icon, properly [ named and installed] ( https://docs.flatpak.org/en/latest/conventions.html#application-icons ) .
200
202
201
- Icon is optional for console applications.
203
+ Icon is optional for console applications but it is mandatory to appear
204
+ on Flathub website search results.
202
205
203
206
## Permissions
204
207
Original file line number Diff line number Diff line change @@ -452,6 +452,9 @@ to the [proper location](https://docs.flatpak.org/en/latest/conventions.html#app
452
452
and must also have a [ launchable] ( #launchable ) entry so that ` appstreamcli compose `
453
453
can fetch the icon from the desktop file.
454
454
455
+ Console applications wanting to appear in Flathub website search results
456
+ must also provide icons.
457
+
455
458
Console applications wanting to set icons for application stores, can
456
459
also [ install icons] ( https://docs.flatpak.org/en/latest/conventions.html#application-icons ) .
457
460
If icons are installed an ` icon ` tag with ` type=stock ` can be used. The
@@ -540,6 +543,9 @@ All graphical applications must have one or more screenshots in the
540
543
MetaInfo. Please make sure to follow the [ quality guidelines] ( /docs/for-app-authors/metainfo-guidelines/quality-guidelines#screenshots )
541
544
for screenshots.
542
545
546
+ Console applications wanting to appear in Flathub website search results
547
+ must provide screenshots.
548
+
543
549
The link inside ` image ` tag must be a direct link to a image resource on
544
550
the web. If the images are hosted in a git repository, the
545
551
link should be from a tag or a commit and not a branch.
You can’t perform that action at this time.
0 commit comments