-
Notifications
You must be signed in to change notification settings - Fork 436
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
tmux resurrect not resurrecting latest; seems to be resurrecting *current* session #91
Comments
Hey, I think initialization from the tmux.conf might be clashing with tmux-resurrect. Here's what I *think* is happening:
Could it be the above is the reason for this issue? |
Also, looking at your Basically you can:
|
Yes, now that I've re-read your explanations (and readme's) I see I had just brushed over some important points previously - this is totally my fault/misunderstanding. Thank you for clarifying. Everything is working perfectly now! (and my Thanks again for the quick response, bruno, much appreciated! |
C-r
(resurrect) gives me "tmux-restore" message as usual, but when it completes, it doesn't seem to have done anything. That is: I can open any configuration of windows with random names like "foo" "bar" and "baz" andC-r
completes with a success message, but everything is intact.debug info
see my
~/.tmux.conf
and~/.tmux/resurrect/last
->tmux_resurrect_2015-07-17T19:57:39.txt
contents here: https://gist.github.com/jzacsh/45c83999e984cfa64694tried to gather as much detail as I thought would be helpful here at aciinema.org:
(note:
tmux
without the-L main
option doesn't resolve my issue)what I tried
I followed some debugging from issue #29, but didn't see anything that helped me fix this issue
Anyway, any thoughts on what I might try to debug this? I poked around the
restore.sh
logic, and some simple things look correct (ie: I manually ran a handful of restore-related calls totmux show-option -gvq
calls, but output looks normal to me)The text was updated successfully, but these errors were encountered: