mirror of https://github.com/GNOME/gimp.git
Bug 582083 - GIMP brushes are not recognized by Nautilus
Add image/x-gimp-gbr, image/x-gimp-pat and image/x-gimp-gih to MIME_TYPES because GIMP of course handles its own data files.
This commit is contained in:
parent
3242ad592e
commit
689d69abe7
|
@ -1008,7 +1008,7 @@ AC_SUBST(GIMP_COMMAND)
|
|||
|
||||
# The list of MIME types that are supported by plug-ins that are compiled
|
||||
# unconditionally:
|
||||
MIME_TYPES="application/postscript;application/pdf;image/bmp;image/g3fax;image/gif;image/x-fits;image/pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf"
|
||||
MIME_TYPES="application/postscript;application/pdf;image/bmp;image/g3fax;image/gif;image/x-fits;image/pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih"
|
||||
|
||||
|
||||
###################
|
||||
|
|
Loading…
Reference in New Issue