Skip to content
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

can't find session error when destroy-unattached is on #13

Open
oblitum opened this issue Feb 8, 2016 · 3 comments
Open

can't find session error when destroy-unattached is on #13

oblitum opened this issue Feb 8, 2016 · 3 comments

Comments

@oblitum
Copy link

oblitum commented Feb 8, 2016

~/.tmux/plugins/tmux-sessionist/scripts/new_session.sh "foo" is always returning can't find session foo for me.

@oblitum
Copy link
Author

oblitum commented Feb 8, 2016

my sole suspicion is that the command TMUX="" tmux -S "$(tmux_socket)" new-session -d -s "$SESSION_NAME" shouldn't be doing the expected thing here.

@oblitum
Copy link
Author

oblitum commented Jul 23, 2016

I'm able to create new sessions through <prefix>:new-session -s sessionName, but I can't create them using the tmux command because of the nested session issue. So this is how I create them without nested session issues, still, it looks like tmux sessionist relies on creating sessions like trying to nest them I guess? I still can't use sessionist from inside tmux, still same errors.

Reference about this mechanism: http://stackoverflow.com/a/25433189/100028

@oblitum
Copy link
Author

oblitum commented Sep 25, 2016

This is related with tmux-python/tmuxp#176 where the issue lies on using set -g destroy-unattached on. Sessionist is working for me now. I'll leave this open at the choice of the project owner to close it or not. At the tmuxp issue it's discussed solutions for still supporting set -g destroy-unattached on.

@oblitum oblitum changed the title can't find session error can't find session error when destroy-unattached is on Sep 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant