diff -rupN ranger-1.6.0.orig/ranger/ext/img_display.py ranger-1.6.0/ranger/ext/img_display.py --- ranger-1.6.0.orig/ranger/ext/img_display.py 2013-02-22 23:36:30.000000000 +0100 +++ ranger-1.6.0/ranger/ext/img_display.py 2013-03-09 10:26:48.683328687 +0100 @@ -13,7 +13,7 @@ w3m need to be installed for this to wor import termios, fcntl, struct, sys from subprocess import Popen, PIPE -W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay' +W3MIMGDISPLAY_PATH = '/usr/libexec/w3m/w3mimgdisplay' W3MIMGDISPLAY_OPTIONS = [] class ImgDisplayUnsupportedException(Exception):