-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug] cover is low res on tmux #189
Comments
A terminal needs sixel support to enable images to look as they should. tmux officially supports sixel when compiled with ./configure --enable-sixel There are other terminals which support it as well. Listed here: |
Yeah it should! kew uses chafa to display images, so it might be related to how chafa handles tmux. I got various bugs regarding the covers when using different terminals with tmux. What is the terminal you are using tmux with? |
thank you for the insight! I'm using foot |
@hpjansson Do you perhaps know what's going on here? |
I think so. tmux sixel support was merged in 3.4, so we can't enable it unconditionally everywhere. I added code in hpjansson/chafa#217 to detect the version and enable it conditionally - this will be in the next release, probably fixing this issue. |
Release done: https://github.com/hpjansson/chafa/releases/tag/1.14.5 Share and enjoy! |
thank you for your work hpjansson, but unfortunately I still get a broken image |
I know this is probably on tmux side, but when using kew on tmux all album cover are displayed low res like this
is there a known workaround?
The text was updated successfully, but these errors were encountered: