-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Does not play nicely with tpm (tmux plugin manager) #60
Comments
tmate have been upgraded to latest version of tmux. Run Let me know if that fixes the issue. |
Hi @nviennot I have similar problem, same steps to reproduce but for me, tmate stuck on loading. I have installed tmate with That's my config:
When I now try to start tmate, it stuck and I need to hard kill it. Any ideas? |
Same here, tmate stucks on loading and have to force quick Termux. Works well when I remove the line from .tmux.conf Edit: typo, from sucks to stucks* |
+1 |
I think it is due to tpm doing parts of its stuff by running tmux commands in a sub-shell, same as a lot of plugins do, assuming that the environment they want to manipulate is called tmux. When it is not things do not happen as intended |
|
Well that's one, but there are in total 20 if I don't misremember, I forked tpm and created a workaround to handle various versions of tmux for testing, I haven't gotten around to test it on tmate yet |
Hi @nviennot,
I've had this problem where I couldn't connect to our own tmate server.
It turned out that the problem seems to be that tmate and tpm don't play nicely together.
To reproduce, you can follow the steps for tpm installation here: https://github.com/tmux-plugins/tpm#installation
This issue is not super important (I've just commented out the
run
line from tpm), but maybe it helps if someone runs into a similar issue.The text was updated successfully, but these errors were encountered: