From 3b8189a53efa7598d557264c595fdf70f1f4da7b Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 12 Jun 2017 09:14:52 -0700 Subject: [PATCH] Switch from gqview to eog. --- mailcap | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mailcap b/mailcap index cbfebdd..7e3c767 100644 --- a/mailcap +++ b/mailcap @@ -1,10 +1,10 @@ -image/gif; gqview '%s'; test=test -n "$DISPLAY" ; description=GIF Image; nametemplate=%s.gif -image/jpeg; gqview '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg -image/png; gqview '%s'; test=test -n "$DISPLAY" ; description=PNG Image; nametemplate=%s.png -image/tiff; gqview '%s'; test=test -n "$DISPLAY" ; description=TIFF Image; nametemplate=%s.tiff -image/x-portable-anymap; gqview '%s'; test=test -n "$DISPLAY" ; description=PNM Image; nametemplate=%s.pnm -image/targa; gqview '%s'; test=test -n "$DISPLAY" ; description=TGA Image; nametemplate=%s.tga -image/x-ms-bmp; gqview '%s'; test=test -n "$DISPLAY" ; description=BMP Image; nametemplate=%s.bmp -image/x-xpixmap; gqview '%s'; test=test -n "$DISPLAY" ; description=XPM Image; nametemplate=%s.xpm -image/pjpeg; gqview '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg +image/gif; eog '%s'; test=test -n "$DISPLAY" ; description=GIF Image; nametemplate=%s.gif +image/jpeg; eog '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg +image/png; eog '%s'; test=test -n "$DISPLAY" ; description=PNG Image; nametemplate=%s.png +image/tiff; eog '%s'; test=test -n "$DISPLAY" ; description=TIFF Image; nametemplate=%s.tiff +image/x-portable-anymap; eog '%s'; test=test -n "$DISPLAY" ; description=PNM Image; nametemplate=%s.pnm +image/targa; eog '%s'; test=test -n "$DISPLAY" ; description=TGA Image; nametemplate=%s.tga +image/x-ms-bmp; eog '%s'; test=test -n "$DISPLAY" ; description=BMP Image; nametemplate=%s.bmp +image/x-xpixmap; eog '%s'; test=test -n "$DISPLAY" ; description=XPM Image; nametemplate=%s.xpm +image/pjpeg; eog '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg