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 | 145f5ae315c8e2b04246b918bc0ef78ac92ee5b4 (patch) | |
tree | 51b7d8334495316e8afb5193a01325e014ac8de2 /konq-plugins/imagerotation | |
parent | 35632f63f13f77d72c010b8ae8b7688f62c0a7c0 (diff) | |
download | tdeaddons-145f5ae315c8e2b04246b918bc0ef78ac92ee5b4.tar.gz tdeaddons-145f5ae315c8e2b04246b918bc0ef78ac92ee5b4.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 'konq-plugins/imagerotation')
-rw-r--r-- | konq-plugins/imagerotation/imageconverter.desktop | 8 | ||||
-rw-r--r-- | konq-plugins/imagerotation/jpegorient.desktop | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/konq-plugins/imagerotation/imageconverter.desktop b/konq-plugins/imagerotation/imageconverter.desktop index 1876a07..51eef45 100644 --- a/konq-plugins/imagerotation/imageconverter.desktop +++ b/konq-plugins/imagerotation/imageconverter.desktop @@ -57,27 +57,27 @@ TryExec=convert Name=JPEG Name[hi]=जेपीईजी Name[ne]=जेपीईजी -Icon=image +Icon=image-x-generic Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.jpg" [Desktop Action convToPNG] Name=PNG Name[hi]=पीएनजी Name[ne]=पीएनजी -Icon=image +Icon=image-x-generic Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.png" [Desktop Action convToTIF] Name=TIF Name[hi]=टिफ़ Name[ne]=टीआईएफ -Icon=image +Icon=image-x-generic Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.tif" [Desktop Action convToGIF] Name=GIF Name[hi]=जिफ़ Name[ne]=जीआईएफ -Icon=image +Icon=image-x-generic Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.gif" diff --git a/konq-plugins/imagerotation/jpegorient.desktop b/konq-plugins/imagerotation/jpegorient.desktop index bed67a9..f24fcd2 100644 --- a/konq-plugins/imagerotation/jpegorient.desktop +++ b/konq-plugins/imagerotation/jpegorient.desktop @@ -178,7 +178,7 @@ Exec=jpegorient +270 %F #[Desktop Action jpegRot180] #Name=Rotate 180 -#Icon=misc +#Icon=application-vnd.tde.misc #Exec=jpegorient +180 %F [Desktop Action jpegFlipV] |