Solved LF file preview not working after last system update

Hello,
been using FreeBSD 14 since RC2 and my system is going well using DWM and patched ST
the problem is I did do full update of my system to P5 and pkg update && upgrade
since then lf command does not show previews any more
I did rebuild st with sixel support
if did reinstall both lf and st
image preview not working anymore in lf
but it works in st using both chafa -f sixel and ctpv
lf and ctpv is configured correctly and was working up till the last system update
any ideas what have been changed!
thanks


lfrc
```
set sixel true
set preview true
set previewer ctpv
set cleaner ctpvclear
&ctpv -s $id
&ctpvquit $id
````
ctpv/config
```
set forcechafa
set chafasixel
priority bat
priority lynx
remove cat

```
issue is due to chafa 1.14 changed default polite mode to off

Fixed in commit
https://github.com/NikitaIvanovV/ctpv/pull/90/commits/e60b07b13f4247b9bfe4aa4cd5413cbd2307f4d2
 

Attachments

  • 2024-02-14-133516_1920x1080_scrot.png
    2024-02-14-133516_1920x1080_scrot.png
    1.8 MB · Views: 57
Back
Top