rabite0 / hunter

The fastest file manager in the galaxy!
Do What The F*ck You Want To Public License
1.32k stars 64 forks source link

Three dots instead of image preview using sixel #83

Closed sweenu closed 1 year ago

sweenu commented 4 years ago

I am using hunter on Arch linux with wayland using the Alacritty terminal emulator. I installed hunter with the AUR package which compiles hunter with all its features enabled however when I try the sixel graphical preview I only have three dots ....

I tried under X, with other terminal emulators but the result is always the same.

Any idea of what I might have missed?

rabite0 commented 4 years ago
lazy-dolphin commented 4 years ago

alacritty does not support sixel currently. https://github.com/alacritty/alacritty/issues/910

rabite0 commented 4 years ago

Ohhh, right, yeah... Totally missed that part. I'm still interested in working on fixing that, but due to various circumstances I couldn't, yet. I wasn't able to work on hunter until very recently either, as you can see in the commit log.

But still, unless you put graphics=sixel explicitly in the config hunter should somewhat auto-detect the terminal's graphics support (currently only checks kitty and xterm explicitly) and otherwise default to the Unicode block drawing fallback.