From c0b7917c0ae5dd6135ed4f23684bc1a75881206c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 27 Feb 2014 09:18:57 +0100 Subject: [PATCH] start: add image/x-apple-ios-png MIME type for PNG --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 835d26b..c798386 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -28,7 +28,7 @@ local execute = { "text/html", -- Default MIME types "xdg-mime default evince.desktop application/pdf", - "xdg-mime default gpicview.desktop image/png image/jpeg image/jpg image/gif" + "xdg-mime default gpicview.desktop image/png image/x-apple-ios-png image/jpeg image/jpg image/gif" } -- Keyboard/Mouse configuration