From: Colin Clark Date: Sat, 23 Sep 2017 09:53:10 +0000 (+0100) Subject: Fix #518: [raw file] -> External Editor -> RawTerapee can't be started X-Git-Tag: v1.4~77 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=b517279681b4da40a17cf63278585c90c483f9e1 Fix #518: [raw file] -> External Editor -> RawTerapee can't be started https://github.com/BestImageViewer/geeqie/issues/518 Additional mime types --- diff --git a/src/editors.c b/src/editors.c index 66f628a9..b8d72594 100644 --- a/src/editors.c +++ b/src/editors.c @@ -121,13 +121,18 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types) {"image/tiff", ".tiff;.tif"}, {"image/x-bmp", ".bmp"}, {"image/x-canon-crw", ".crw"}, + {"image/x-canon-cr2", ".cr2"}, {"image/x-cr2", ".cr2"}, {"image/x-dcraw", "%raw"}, + {"image/x-epson-erf", "%erf"}, {"image/x-ico", ".ico"}, {"image/x-mrw", ".mrw"}, + {"image/x-minolta-mrw", ".mrw"}, {"image/x-MS-bmp", ".bmp"}, {"image/x-nef", ".nef"}, + {"image/x-nikon-nef", ".nef"}, {"image/x-orf", ".orf"}, + {"image/x-olympus-orf", ".orf"}, {"image/x-pcx", ".pcx"}, {"image/xpm", ".xpm"}, {"image/x-png", ".png"}, @@ -137,6 +142,7 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types) {"image/x-portable-pixmap", ".ppm"}, {"image/x-psd", ".psd"}, {"image/x-raf", ".raf"}, + {"image/x-fuji-raf", ".raf"}, {"image/x-sgi", ".sgi"}, {"image/x-tga", ".tga"}, {"image/x-xbitmap", ".xbm"},