diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-02-20 12:38:46 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-02-20 17:41:35 +0100 |
commit | 75aaf82520be7a2d5a377b2e141b75e35abc2121 (patch) | |
tree | b732b1e090510cdeabb2dba03dc2c932e9d24397 /mana.desktop | |
parent | 6fd1246735010bccd0d75e9e7969431b963b7858 (diff) | |
download | mana-75aaf82520be7a2d5a377b2e141b75e35abc2121.tar.gz mana-75aaf82520be7a2d5a377b2e141b75e35abc2121.tar.bz2 mana-75aaf82520be7a2d5a377b2e141b75e35abc2121.tar.xz mana-75aaf82520be7a2d5a377b2e141b75e35abc2121.zip |
Fixed category of mana.desktop file
It is not allowed to provide multiple different categories since it would spam
the menu too much. openSUSE prevents packaging if a .desktop file does not
follow this rule. So I removed the Application category and added a subcategory
of the Game category.
See http://standards.freedesktop.org/menu-spec/latest/apa.html for more
information.
Reviewed-by: Bertram, jurkan.
Diffstat (limited to 'mana.desktop')
-rw-r--r-- | mana.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mana.desktop b/mana.desktop index bdc5c14b..c055b5c3 100644 --- a/mana.desktop +++ b/mana.desktop @@ -13,4 +13,4 @@ StartupNotify=false Terminal=false Type=Application Icon=mana -Categories=Application;Game; +Categories=Game;RolePlaying; |