diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:16 -0500 |
commit | bfd57d134fd3d018e2e4ef1c2b80dd3881a38961 (patch) | |
tree | adbd7ec30bff1ef16d2931a68e04b0818ee7326f | |
parent | 27927b0483074fe70d0eb011f19a3fe33df9e2f2 (diff) | |
download | filelight-bfd57d134fd3d018e2e4ef1c2b80dd3881a38961.tar.gz filelight-bfd57d134fd3d018e2e4ef1c2b80dd3881a38961.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | misc/filelight.desktop | 2 | ||||
-rw-r--r-- | misc/filelight_part.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/filelight.desktop b/misc/filelight.desktop index ac5a7e3..c641dec 100644 --- a/misc/filelight.desktop +++ b/misc/filelight.desktop @@ -36,4 +36,4 @@ Comment[zh_CN]=查看磁盘使用信息 Terminal=false MimeType=inode/directory Categories=Qt;TDE;Utility;X-TDE-Utilities-File; -DocPath=filelight/index.html +X-DocPath=filelight/index.html diff --git a/misc/filelight_part.desktop b/misc/filelight_part.desktop index 7b52baa..cae8920 100644 --- a/misc/filelight_part.desktop +++ b/misc/filelight_part.desktop @@ -24,7 +24,7 @@ Name[tr]=RadyalHarita Görünümü Name[uk]=Перегляд RadialMap Name[xx]=xxRadialMap Viewxx MimeType=inode/directory -ServiceTypes=KParts/ReadOnlyPart +X-TDE-ServiceTypes=KParts/ReadOnlyPart X-TDE-Library=libfilelight Type=Service Icon=view_filelight |