Image preview not showing on Ubuntu 18 LTS (w3m & feh installed).
config:
set preview_images true
set preview_images_method w3m
set open_all_images true
Works as expected on another machine running Ubuntu 16 with the same config
I had the same problem recently. As I found out, the newer version of ranger on ubuntu 18.04 have some breaking changes in scope.sh file. Therefore, i recommend you to do something like
mv ~/.config/ranger/scope.sh{,.bak}
ranger --copy-config=scope
to get it working.
Thank you that fixed it for me as well
Most helpful comment
I had the same problem recently. As I found out, the newer version of ranger on ubuntu 18.04 have some breaking changes in scope.sh file. Therefore, i recommend you to do something like
to get it working.