diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-08 11:13:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-08 11:13:48 +0900 |
commit | 9ca0bb40a279a799099f8d6b3cee70342b206ce2 (patch) | |
tree | 74aeb813e5bdffb6f22bf8e8ae01fdd81a15fb50 | |
parent | 131b67fb5ddf516706c27b45123ba4e9629dbcc4 (diff) | |
download | knights-9ca0bb40a279a799099f8d6b3cee70342b206ce2.tar.gz knights-9ca0bb40a279a799099f8d6b3cee70342b206ce2.zip |
Add category to desktop file and minor clean up.
This relates to issue #24.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Darrell Anderson <darrella@clovermail.net>
-rw-r--r-- | knights/knights.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knights.desktop b/knights/knights.desktop index c06b79e..997c276 100644 --- a/knights/knights.desktop +++ b/knights/knights.desktop @@ -7,7 +7,7 @@ Name=Knights GenericName=Chess Game Comment=A graphical chess interface X-TDE-InitialPreference=1 -MimeType=application/x-chess-pgn,Application -X-TDE-ServiceTypes= +MimeType=application/x-chess-pgn X-DocPath=knights/index.html Terminal=false +Categories=Qt;TDE;Game;BoardGame; |