tilix icon indicating copy to clipboard operation
tilix copied to clipboard

When will Tilix support showing images in ranger or in w3m?

Open ProgrammingLife opened this issue 4 years ago • 5 comments

Tilix is awesome terminal but I would see support for showing images in a terminal. I don't know how exactly called this feature. For example, ranger in Kitty or Urxvt can show images. Also w3m shows images in those terminals. But not in tillix.

Linux Mint: 19.1 Tilix: 1.7.7-1ubuntu2 (installed via apt), 1.9.1 (installed from ppa)

ProgrammingLife avatar Jun 12 '20 03:06 ProgrammingLife

Tilix is using libvte to render the terminal, as gnome-terminal does for instance. It is not related to Tilix itself. As long as libvte will not add this feature (and I doubt it will be added someday), Tilix won't display those images.

sjpp avatar Jun 19 '20 19:06 sjpp

FYI VTE has sixel support in git head, just not yet released: https://gitlab.gnome.org/GNOME/vte/-/issues/253

ghost avatar Aug 22 '21 19:08 ghost

It looks like, even though the upstream VTE issue is still open, it's now supported. See https://gitlab.gnome.org/raggesilver/blackbox/-/merge_requests/63

I have libvte-2.91 on Manjaro and the symbols vte_terminal_set_enable_sixel, vte_terminal_get_enable_sixel are present.

Salamandar avatar Jul 18 '23 10:07 Salamandar

Im still waiting for this to come true... w3m is garbage the image disappears every time we run the mouse over it, ueberzug has ended... I dont wanna change to kitty just for the image, there is no terminal like Tilix in my opinion and I really wish they would somehow fix this image issue.

metanoia1980 avatar Jul 24 '23 21:07 metanoia1980

For reference, here is how sixel was enabled in xfce4-terminal (another vte terminal): https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/493a7a54b437df9419847b29fe94eae671816c09

oliwer avatar Oct 29 '23 12:10 oliwer