I was playing around with w3m (command-line browser), and found that it was not able to display images when run from Terminator or gnome-terminal. But, when run from xterm, it is able to display images.
I have both w3m and w3m-img packages installed.
After searching around a bit, I found some references about enabling frame buffer and stuff and couldn't quite understand all the terminology.
What should I do to make terminator run w3m properly with image preview support?
w3mshows no images in either terminal. What website were you trying with? – terdon Jan 04 '14 at 13:10echo $DISPLAY)? You may need to addexport DISPLAY=:0.0to your.bashrcor check/etc/security/pam_env.confTheDISPLAYvariable lets image display programs find your display. – waltinator Jan 21 '14 at 01:18