New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kitty 12.0 breaks image preview. #850
Comments
icat still works for me on Arch with kitty 0.12 doesn't neofetch just use icat? How is one supposed to get neofetch to display an image, so I can reproduce? As does the image display in the diff kitten. |
icat does not work for me on Arch with kitty 0.12 (I tried I can also confirm that it was working before I upgraded. Edit: it works with |
As I said icat works for me on arch and I can't think of anything that could have changed in 0.12 to break it. The only thing I can think of is a problem in the binaries, as I am running from source. Can one of you check if it works when running from source. Also, as a workaround, since detection seems to be failing for you, you can use icat --transfer-mode=file to bypass it or if you are over an SSH connection, use icat --transfer-mode=stream |
I tested it with the binary on arch and that also works for me. |
Edit: Building from source gives me the same error when using |
same here, |
Ah, that makes sense -- I'll fix that, but neofetch should be changed to use +kitten icat asplain icat is legacy. |
i submitted pr with updated invocation to neofetch |
thanks :) |
The upgrade to Kitty V12.0 on Arch Linux seemed to have broken image displays via the Kitty protocol.
Neofetch configured to display images the 'Kitty' way, is no longer functioning in V12, it instead returns
^[_Gi=1;OK^[\^[_Gi=2;OK^[\0s max. wait)...
and then after several seconds it returns.
^[_Gi=1;OK^[\^[_Gi=2;OK^[\0
After which it just drops the Neofetch text without the image.
A rollback to V11.3 results in the problem being resolved.
I'm not exactly certain if this needs to be reporterd here or on the Neofetch repo,
Unless the kitty-image display has gotten a major overhaul, I don't think it is a problem with the Neofetch implementation of the kitty image viewer.
The text was updated successfully, but these errors were encountered: