You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the output from ranger, which crashes if you have the --debug flag turned on. Might be useful, might not, thought I'd include it anyway.
$ ranger --debug
ranger version: 1.8.1, executed with python 2.7.15
Locale: en_CA.UTF-8
Current file: /home/ryan/Pictures/debgradiant.jpg
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/ranger/core/main.py", line 145, in main
fm.loop()
File "/usr/lib/python2.7/dist-packages/ranger/core/fm.py", line 366, in loop
ui.draw_images()
File "/usr/lib/python2.7/dist-packages/ranger/gui/ui.py", line 355, in draw_images
self.browser.columns[-1].draw_image()
File "/usr/lib/python2.7/dist-packages/ranger/gui/widgets/pager.py", line 101, in draw_image
self.fm.notify(e, bad=True)
File "/usr/lib/python2.7/dist-packages/ranger/gui/widgets/pager.py", line 97, in draw_image
self.wid, self.hei)
File "/usr/lib/python2.7/dist-packages/ranger/ext/img_display.py", line 106, in draw
start_y, width, height))
File "/usr/lib/python2.7/dist-packages/ranger/ext/img_display.py", line 140, in _generate_w3m_input
fontw, fonth = self._get_font_dimensions()
File "/usr/lib/python2.7/dist-packages/ranger/ext/img_display.py", line 95, in _get_font_dimensions
xpixels, ypixels = int(output[0]), int(output[1])
IndexError: list index out of range
ranger crashed. Please report this traceback at:
https://github.com/hut/ranger/issues
Here is a screenshot of Qterminal not displaying it while Xterm and UXterm (same thing?) are displaying it.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Ranger previews image files within the terminal
w3m loads web pages with images inline
Current Behavior
Qterminal does not display images in ranger, presents a "list index out of range"
Neither do images work in w3m
Works in UXTerm and Xterm (which were the other terminals installed)
Steps to Reproduce (for bugs)
rc.conf
to showset preview_images true
Context
System Information
Here's the output from ranger, which crashes if you have the --debug flag turned on. Might be useful, might not, thought I'd include it anyway.
Here is a screenshot of Qterminal not displaying it while Xterm and UXterm (same thing?) are displaying it.
The text was updated successfully, but these errors were encountered: