zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.38k stars 610 forks source link

session_serialization stops working #3464

Open sgon00 opened 2 days ago

sgon00 commented 2 days ago
$ zellij --version
zellij 0.40.1

session_serialization worked somehow before. But suddenly, it stops working. I can NOT restore exited session (actually, there is no more exited session).

Whenever I quit or kill the session, zellij ls shows No active zellij sessions found.. I tried to remove ~/.cache/zellij/* directories. Nothing helps. Do anyone know how to debug this issue or how to fix it?

Btw, This happened when I tried different default_shell. I am not sure if this is relevant. So far, I have changed the default_shell back to bash. But nonthing helped.

PS: I tried with the default config file. It doesn't work either. For every session, I can see that a new cache directory can be created in ~/.cache/zellij/, but it doesn't help at all.