desktop: Change order of Freedesktop categories

Apparently the order matters when desktop environments
decide to include the app only in one category.
It seems that we should list more important categories first.
This commit is contained in:
Kamil Jarosz 2024-09-14 21:23:59 +02:00
parent 6898485466
commit 6c1b17c2f4
2 changed files with 4 additions and 4 deletions

View File

@ -6,5 +6,5 @@ Comment=Play Flash games & movies
Icon=rs.ruffle.Ruffle
Exec=ruffle %u
MimeType=application/x-shockwave-flash;application/vnd.adobe.flash.movie
Categories=Game;Utility;Graphics;AudioVideo;Player;Viewer
Categories=AudioVideo;Player;Graphics;Viewer;Utility;Game
Keywords=flash;swf;player;emulator;rust

View File

@ -31,12 +31,12 @@
</p>
</description>
<categories>
<category>Game</category>
<category>Utility</category>
<category>Graphics</category>
<category>AudioVideo</category>
<category>Player</category>
<category>Graphics</category>
<category>Viewer</category>
<category>Utility</category>
<category>Game</category>
</categories>
<keywords>
<keyword>flash</keyword>