Aram Drevekenin

Results 569 comments of Aram Drevekenin

So, I'm not sure what your box is doing when you close the lid - but could it be that it's killing the Zellij server process?

Hmm... quite odd! @raphCode - do you think this is related to the bug you recently fixed?

Hey, I'm also using the same version of fish and this is not reproduced for me. Would you be willing to attach the debug logs as mentioned here: https://github.com/zellij-org/zellij/blob/main/.github/ISSUE_TEMPLATE/bug_report.md ?...

Hey @tpmoney - I'm looking into this now, and the odd thing is that even with the attached log files I am unable to reproduce this. If I `cat` the...

@tlinford - can you reproduce this on your mac by any chance?

Hmm... @tlinford - I have a wild guess. If you comment this out, does it fix it? https://github.com/zellij-org/zellij/blob/c89b416d764d80a72130821506f36157a08321e9/zellij-utils/src/envs.rs#L28

Inside the docker container, if you do `echo $SHELL`, what do you get?

Hmm, very odd. Could you help me understand how you are running this? What computer you are on, how are you connecting to the docker host, etc. I want to...

@altair-albert , @karczex - could this be an issue of timing or environment? Instead of running Zellij with `zellij`, could you maybe do something like `echo $SHELL > /tmp/logfile &&...

Btw, a workaround for this would be to specify a `default_shell` in the zellij configuration: https://zellij.dev/documentation/options.html But I still want to get to the bottom of this