issue with image previews after the update #2500
-
|
Hello After updating lf from r38 to r41, I encountered an issue with image previews. I use ctpv to handle this task, following the instructions on the wiki. Everything worked fine for many versions, but after this update, images started rendering using chafa instead of ueberzug (as I suspect). Since nothing else has changed except the lf version, I’m posting here. Could you please help me figure out what I can do to troubleshoot this issue and pinpoint the exact cause? ps: running the previous r38 under the same conditions on a neighboring terminal does not reveal any issues; in this version, everything works as expected |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
|
I had the same issue and I've found out that something happened with the id used in ctpv, and I think the issue is on its side. I have fixed it by making some simple change on my fork https://github.com/DusanLesan/ctpv |
Beta Was this translation helpful? Give feedback.
-
|
@DusanLesan Your fork is working just fine, indeed! Thank you! Would it be presumptuous, since you’ve already looked at the ctpv code, to ask if you know how to fix the issue where ctpv doesn’t display a preview for files with more than one dot in their filename? The ctpv author has been ignoring this issue for a long time, so I’ll must try my luck :) |
Beta Was this translation helpful? Give feedback.
-
I can try looking into that one of these days. So far it looks like it is docx specific for me |
Beta Was this translation helpful? Give feedback.
-
|
I do not recommend using it (the dot thing is another issue I wasn't even aware as I am not using it). Also, I converted this to a discussion as it is not a bug caused by |
Beta Was this translation helpful? Give feedback.
I had the same issue and I've found out that something happened with the id used in ctpv, and I think the issue is on its side. I have fixed it by making some simple change on my fork https://github.com/DusanLesan/ctpv
Not sure if that helps you