diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:26 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:26 -0500 |
commit | e0bcb4c9b902d835f340b898dd193aab6ccde574 (patch) | |
tree | c2da4a4cf45375b485d7cada5fb4c6dad54a60ad /tar | |
parent | d9eb8554c6c208d83883de53358a070bcf6b1646 (diff) | |
download | krusader-e0bcb4c9b902d835f340b898dd193aab6ccde574.tar.gz krusader-e0bcb4c9b902d835f340b898dd193aab6ccde574.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 'tar')
-rw-r--r-- | tar/tar.protocol | 2 | ||||
-rw-r--r-- | tar/zip.protocol | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tar/tar.protocol b/tar/tar.protocol index 79c9ae1..41d5f99 100644 --- a/tar/tar.protocol +++ b/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/tar/zip.protocol b/tar/zip.protocol index 75a20dc..15e2bb0 100644 --- a/tar/zip.protocol +++ b/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 |