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

Does not play nicely with tpm (tmux plugin manager) #60

Closed
nightscape opened this issue Sep 28, 2015 · 7 comments
Closed

Does not play nicely with tpm (tmux plugin manager) #60

nightscape opened this issue Sep 28, 2015 · 7 comments

Comments

@nightscape
Copy link

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.

@nviennot
Copy link
Member

nviennot commented Jan 3, 2016

tmate have been upgraded to latest version of tmux.

Run brew install --HEAD tmate if you use homebrew. Install from sources HEAD if not.

Let me know if that fixes the issue.

@nviennot nviennot closed this as completed Jan 3, 2016
@thomet
Copy link

thomet commented Jan 20, 2021

Hi @nviennot I have similar problem, same steps to reproduce but for me, tmate stuck on loading.

I have installed tmate with brew install --HEAD tmate and follow https://github.com/tmux-plugins/tpm#installation to install tpm.

That's my config:

set -g @plugin 'tmux-plugins/tpm'
run '~/.tmate/plugins/tpm/tpm'

When I now try to start tmate, it stuck and I need to hard kill it.

Any ideas?

@Dan1jel
Copy link

Dan1jel commented Jul 7, 2022

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*

@lucaslago
Copy link

+1

@jaclu
Copy link

jaclu commented Aug 9, 2022

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

@amsitlab
Copy link

amsitlab commented Oct 6, 2022

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

here?

@jaclu
Copy link

jaclu commented Oct 6, 2022

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

here?

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

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

7 participants