blob: 84e24506f53c59daf445a28c2b96ee2ed1002f6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ranger/ext/img_display.py.orig 2015-10-03 23:46:45 UTC
+++ ranger/ext/img_display.py
@@ -21,7 +21,7 @@ import termios
from ranger.core.shared import FileManagerAware
from subprocess import Popen, PIPE
-W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay'
+W3MIMGDISPLAY_PATH = '%%LOCALBASE%%/libexec/w3m/w3mimgdisplay'
W3MIMGDISPLAY_OPTIONS = []
class ImgDisplayUnsupportedException(Exception):
|