From 78dd4b69914527cae4fa3e42bd9fc51b527edaaf Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 25 Jan 2016 11:09:55 +1100 Subject: [PATCH] Add issue/workaround for images not appearing --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6eb7ca3..3f7022c1 100644 --- a/README.md +++ b/README.md @@ -269,9 +269,19 @@ or you know where it's stored then adding support won't be a problem!
## Issues and Workarounds +#### The image is blank and won't show up. + + +If the images display in `ranger` and `w3m` then it's an issue with my script and not
+your terminal emulator. + +Some terminal emulators don't support viewing images with w3m. You can either disable
+images with `--image off` at launch or `image=off` inside the script. + + #### The image is rendering with black lines in Urxvt while using an xft font. -This is an issue with w3mimgdisplay and not the script. You can find a workaround here: +This is an issue with w3mimgdisplay and not the script. You can find a possible workaround here: https://github.com/hut/ranger/issues/86#issuecomment-17346249