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 /tdeprint | |
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 'tdeprint')
-rw-r--r-- | tdeprint/slave/mimetypes/driver.desktop | 2 | ||||
-rw-r--r-- | tdeprint/slave/print.protocol | 2 | ||||
-rw-r--r-- | tdeprint/slave/printdb.protocol | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/slave/mimetypes/driver.desktop b/tdeprint/slave/mimetypes/driver.desktop index c7ba8ebc9..d9be21a36 100644 --- a/tdeprint/slave/mimetypes/driver.desktop +++ b/tdeprint/slave/mimetypes/driver.desktop @@ -68,7 +68,7 @@ Comment[vi]=Trình điều khiển Máy in Comment[wa]=Moenneu di scrirece Comment[zh_CN]=打印机驱动程序 Comment[zh_TW]=印表機驅動程式 -Icon=postscript +Icon=application-postscript Type=MimeType MimeType=print/driver Patterns= diff --git a/tdeprint/slave/print.protocol b/tdeprint/slave/print.protocol index 7fc4498f6..9eedd1cd6 100644 --- a/tdeprint/slave/print.protocol +++ b/tdeprint/slave/print.protocol @@ -10,6 +10,6 @@ makedir=false deleting=false moving=false linking=false -Icon=postscript +Icon=application-postscript DocPath=tdeioslave/print/index.html defaultMimetype=application/octet-stream diff --git a/tdeprint/slave/printdb.protocol b/tdeprint/slave/printdb.protocol index 740d44896..7cd52db90 100644 --- a/tdeprint/slave/printdb.protocol +++ b/tdeprint/slave/printdb.protocol @@ -10,6 +10,6 @@ makedir=false deleting=false moving=false linking=false -Icon=postscript +Icon=application-postscript defaultMimetype=application/octet-stream DocPath=tdeioslave/printdb/index.html |