diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
commit | 46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870 (patch) | |
tree | f643c1f8c35237043b62bc9a438c64cfd95237fd /tdeioslave/tar | |
parent | 2a34ebd1f8117f3e87bb66226461b9d812327438 (diff) | |
download | tdebase-46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870.tar.gz tdebase-46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'tdeioslave/tar')
-rw-r--r-- | tdeioslave/tar/ar.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/tar/tar.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/tar/zip.protocol | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/tar/ar.protocol b/tdeioslave/tar/ar.protocol index df5c93fa2..c39756343 100644 --- a/tdeioslave/tar/ar.protocol +++ b/tdeioslave/tar/ar.protocol @@ -8,5 +8,5 @@ listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true DocPath=tdeioslave/ar/index.html -Icon=tar +Icon=application-x-tar Class=:local diff --git a/tdeioslave/tar/tar.protocol b/tdeioslave/tar/tar.protocol index 79c9ae16b..41d5f99ba 100644 --- a/tdeioslave/tar/tar.protocol +++ b/tdeioslave/tar/tar.protocol @@ -8,5 +8,5 @@ listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true DocPath=tdeioslave/tar/index.html -Icon=tar +Icon=application-x-tar Class=:local diff --git a/tdeioslave/tar/zip.protocol b/tdeioslave/tar/zip.protocol index 75a20dcbf..15e2bb0f8 100644 --- a/tdeioslave/tar/zip.protocol +++ b/tdeioslave/tar/zip.protocol @@ -8,5 +8,5 @@ listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true DocPath=tdeioslave/zip/index.html -Icon=zip +Icon=application-vnd.tde.overlay.zip Class=:local |