diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:22 -0500 |
commit | 382b6ce702f456256b7bbedf35a77fce585b28db (patch) | |
tree | 2da2ee42efcf45b06917d3a4cdf88365a8fd54fa /konq-plugins/fsview | |
parent | a036c261d34c611ee392e1494acc0ad074446588 (diff) | |
download | tdeaddons-382b6ce702f456256b7bbedf35a77fce585b28db.tar.gz tdeaddons-382b6ce702f456256b7bbedf35a77fce585b28db.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'konq-plugins/fsview')
-rw-r--r-- | konq-plugins/fsview/fsview.desktop | 2 | ||||
-rw-r--r-- | konq-plugins/fsview/fsview_part.desktop | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/fsview/fsview.desktop b/konq-plugins/fsview/fsview.desktop index 1ca24ee..d7bd0f1 100644 --- a/konq-plugins/fsview/fsview.desktop +++ b/konq-plugins/fsview/fsview.desktop @@ -3,7 +3,7 @@ Type=Application Exec=fsview -caption "%c" %i %m %u MimeType=inode/directory Icon=fsview -DocPath=konq-plugins/fsview/index.html +X-DocPath=konq-plugins/fsview/index.html Terminal=false Name=FSView GenericName=File Size Viewer diff --git a/konq-plugins/fsview/fsview_part.desktop b/konq-plugins/fsview/fsview_part.desktop index 74c6f70..4edc8ab 100644 --- a/konq-plugins/fsview/fsview_part.desktop +++ b/konq-plugins/fsview/fsview_part.desktop @@ -51,8 +51,8 @@ Name[vi]=Xem cỡ tập tin Name[zh_CN]=文件大小查看 Name[zh_TW]=檔案大小檢視器 MimeType=inode/directory -ServiceTypes=KParts/ReadOnlyPart +X-TDE-ServiceTypes=KParts/ReadOnlyPart X-TDE-Library=libfsviewpart Type=Service Icon=fsview -DocPath=konq-plugins/fsview/index.html +X-DocPath=konq-plugins/fsview/index.html |