Aram Drevekenin
Aram Drevekenin
Seems like Zellij does not have permission to create this folder: https://docs.rs/directories/5.0.1/directories/struct.ProjectDirs.html#method.cache_dir We use it for the IPC files to communicate between the Zellij client and server. Can't run without...
Hey, I did not intend to close this bug but github likes to hijack workflows. So @dj95 - I think this should be fixed by https://github.com/zellij-org/zellij/pull/3664 - would you mind...
Hum... I'm unfortunately not reproducing this. Just a guess: could it be that you compiled Zellij with `cargo x build --release` or some such? This could mean that the built-in...
Alright, I think I might have found the issue. I couldn't reproduce this exactly, but if I deleted the cache folder and started Zellij with this layout I sometimes got...
Hey @dj95 - thanks for following through. I might have to use you a little bit for troubleshooting here, as I am unfortunately not reproducing. I have a suspicion that...
Just to update those following, the issue on macOS was solved through #3668 - thanks @dj95 !
Just to chime in and say the most likely cause of all of these is conflicts with the default keybindings. You can add `clear-defaults=true` to the main `keybinds` node (eg....
Thanks for taking a look @AutumnMeowMeow and my apologies for taking so long to get to this! The part I'm missing is this (and maybe I totally misunderstood, so please...
The sessions are not compatible because there is still no contract between the Zellij client and server components - they rely on serialization across the IPC boundary to communicate and...
Hey, you can disable session serialization (and thus resurrection) by setting `session_serialization false` in the config. Moreover, if you feel the programs aren't detected correctly (this often happens when running...