mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #241] Application hangs if run inside zellij with sixel/image support #124
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kyotuca on GitHub (Aug 31, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/241
Describe the bug
Starting the application after installing either of sixel or image features does nothing and the process just hangs forever if ran in a zellij session in kitty, if i run it directly inside kitty everything works fine.
To Reproduce
Run kitty, start a zellij session and run spotify_player with image support installed
Log and backtrace
spotify-player-23-08-31-11-27.log, the backtrace is empty.
Environment
@sewnie commented on GitHub (Aug 31, 2023):
test if spotify_player runs under tmux, or use kitty's integrated terminal workspaces.
on my system, it seems that spotify_player with image support (not sixel) runs fine.
@kyotuca commented on GitHub (Sep 2, 2023):
In tmux it does work, as well as in kitty.
I like to use zellij instead of tmux or kitty's multiplexer because of the clean interface and because i also use other emulators.
@sewnie commented on GitHub (Sep 2, 2023):
Then it is a zellij bug, close this issue and move it to there.
@funkycode commented on GitHub (Nov 16, 2024):
I doubt the issue is inside zellij side, because if I set
TERM=tmux-256colorit does work in zellij.On other hand when running in tmux with
TERM=xterm-kittyit hangs the same way as in zellij without changing env variable.@handlemind commented on GitHub (Dec 28, 2024):
Same issue with setup kitty+zellij, and setting TERM to tmux-256color works. Found out that app hangs on the line
viuer::get_kitty_support(). But still unclear where this should be submitted.@DrGenetik commented on GitHub (Jan 31, 2026):
The Viuer crate project is at https://github.com/atanunq/viuer. There is an issue filed there that is probably the same as this: https://github.com/atanunq/viuer/issues/70.
I think the fix landed in https://github.com/atanunq/viuer/pull/90 and included in release 0.11.0 (https://github.com/atanunq/viuer/releases/tag/v0.11.0) of the Viuer crate.
Spotify-player is still on 0.9.2 of this crate (https://github.com/aome510/spotify-player/blob/master/spotify_player/Cargo.toml#L45) from June 2025. It would probably be worth trying to bump this dependency and see if this fixes this issue. A bonus is that spotify-player might get album image display under Konsole.