Skip to content

Commit

Permalink
appdata: Fix my mistake
Browse files Browse the repository at this point in the history
"Icons and categories

If there’s a type="desktop-id" launchable, they get pulled from it.
Most of the icon not found errors with the flathub builder can be
traced down to the launchable value not matching the desktop file name.

Don’t set them in the AppData unless you want to override them
(even though then it might be a better idea to patch the desktop file
itself)."

More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#icons-and-categories
  • Loading branch information
yakushabb authored and rafaelmardojai committed Jan 3, 2024
1 parent e6ca454 commit deb992a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions data/com.rafaelmardojai.Blanket.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@
<launchable type="desktop-id">com.rafaelmardojai.Blanket.desktop</launchable>
<translation type="gettext">blanket</translation>

<categories>
<category>AudioVideo</category>
<category>Audio</category>
<category>GTK</category>
</categories>

<keywords>
<keyword translate="no">Blanket</keyword>
<keyword>Concentrate</keyword>
<keyword>Focus</keyword>
<keyword>Noise</keyword>
<keyword>Productivity</keyword>
<keyword>Sleep</keyword>
</keywords>

<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/rafaelmardojai/blanket/master/brand/screenshot-1.png</image>
Expand Down

0 comments on commit deb992a

Please sign in to comment.