diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
commit | 26890758fed56a8b109d8cae6162b404fd11967e (patch) | |
tree | baef84af08f9219bf8d3ebf31fa860b7968d8469 | |
parent | 0a5fb46a854b1ecb4b60f9520abd7b0730ee94aa (diff) | |
download | knights-26890758fed56a8b109d8cae6162b404fd11967e.tar.gz knights-26890758fed56a8b109d8cae6162b404fd11967e.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | knights/knights.desktop | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/knights/knights.desktop b/knights/knights.desktop index 62e359b..2514fd4 100644 --- a/knights/knights.desktop +++ b/knights/knights.desktop @@ -8,10 +8,10 @@ Name[de]=Knights GenericName=Chess Game Comment=A graphical chess interface Comment[de]=A graphical chess interface -InitialPreference=1 +X-TDE-InitialPreference=1 MimeType=application/x-chess-pgn,Application -ServiceTypes= -DocPath=knights/index.html +X-TDE-ServiceTypes= +X-DocPath=knights/index.html Terminal=false |