[krita] plugins/impex/psd: Remove "image/x-vnd.adobe.photoshop" mimetype

L. E. Segovia null at kde.org
Thu May 24 00:10:19 UTC 2018


Git commit c29861d7c66836ad9f3e1c802313e1a12ceacb22 by L. E. Segovia.
Committed on 24/05/2018 at 00:09.
Pushed by lsegovia into branch 'master'.

Remove "image/x-vnd.adobe.photoshop" mimetype

Where did it come from? :curious:

CCMAIL:kimageshop at kde.org
Differential Revision: https://phabricator.kde.org/D13074

M  +1    -1    plugins/impex/psd/krita_psd.desktop
M  +1    -1    plugins/impex/psd/krita_psd_export.json
M  +1    -1    plugins/impex/psd/krita_psd_import.json

https://commits.kde.org/krita/c29861d7c66836ad9f3e1c802313e1a12ceacb22

diff --git a/plugins/impex/psd/krita_psd.desktop b/plugins/impex/psd/krita_psd.desktop
index 0f67842cc57..e3113e396b8 100644
--- a/plugins/impex/psd/krita_psd.desktop
+++ b/plugins/impex/psd/krita_psd.desktop
@@ -2,7 +2,7 @@
 Categories=Qt;KDE;Office;Graphics;
 Exec=krita %u
 Icon=calligrakrita
-MimeType=image/x-psd;image/photoshop;image/x-photoshop;image/x-vnd.adobe.photoshop;image/vnd.adobe.photoshop;
+MimeType=image/x-psd;image/photoshop;image/x-photoshop;image/vnd.adobe.photoshop;
 Name=Krita
 Name[af]=Krita
 Name[ar]=كريتا
diff --git a/plugins/impex/psd/krita_psd_export.json b/plugins/impex/psd/krita_psd_export.json
index 7426f82c74f..cbf1a37391b 100644
--- a/plugins/impex/psd/krita_psd_export.json
+++ b/plugins/impex/psd/krita_psd_export.json
@@ -3,7 +3,7 @@
     "Id": "Krita PhotoShop Export Filter",
     "NoDisplay": "true",
     "Type": "Service",
-    "X-KDE-Export": "image/x-psd,image/photoshop,image/x-photoshop,image/x-vnd.adobe.photoshop,image/vnd.adobe.photoshop",
+    "X-KDE-Export": "image/x-psd,image/photoshop,image/x-photoshop,image/vnd.adobe.photoshop",
     "X-KDE-Library": "kritapsdexport",
     "X-KDE-ServiceTypes": [
         "Krita/FileFilter"
diff --git a/plugins/impex/psd/krita_psd_import.json b/plugins/impex/psd/krita_psd_import.json
index 2ff783d1657..11fe11f609d 100644
--- a/plugins/impex/psd/krita_psd_import.json
+++ b/plugins/impex/psd/krita_psd_import.json
@@ -3,7 +3,7 @@
     "Id": "Krita PhotoShop Import Filter",
     "NoDisplay": "true",
     "Type": "Service",
-    "X-KDE-Import": "image/x-psd,image/photoshop,image/x-photoshop,image/x-vnd.adobe.photoshop,image/vnd.adobe.photoshop,image/x-psb",
+    "X-KDE-Import": "image/x-psd,image/photoshop,image/x-photoshop,image/vnd.adobe.photoshop,image/x-psb",
     "X-KDE-Library": "kritapsdimport",
     "X-KDE-ServiceTypes": [
         "Krita/FileFilter"


More information about the kimageshop mailing list