mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix subsurface.desktop category entry
This desktop entry lists a category that is not one of the registered Main or Additional Categories in the FreeDesktop specification. Refer to http://standards.freedesktop.org/menu-spec/1.0/apa.html for details. Signed-off-by: Khalid El Fathi <khalid@elfathi.fr> Acked-By: Dirk Hohndel <dirk@hohndel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1a2fde2677
commit
7f426f0c5e
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ Comment=manage and display dive computer data
|
|||
Icon=subsurface
|
||||
Exec=subsurface
|
||||
Terminal=false
|
||||
Categories=Accessories;
|
||||
Categories=Utility;
|
||||
|
||||
|
|
Loading…
Reference in a new issue