-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Issue installing plugin #533
Comments
Hey @mattboy9921 👋 What version of tmux are you using? Does the plugin work when you use TPM without Oh my tmux? |
Hi @gpakosz I was using version 2.6 on Ubuntu Server 18.04. I just upgraded to Ubuntu Server 20.04 and am now on tmux version 3.0a. It is still giving me the same issue with the plugin. Starting with a fresh install of tmux, I can install TPM and get tmux-menus working as normal. |
Well it looks like it does but when I try with Ubuntu 18.04 which has tmux
Shows I didn't try with Ubuntu 20.04 and tmux 3.0a because |
I pushed the In any case, it looks like you need to use a least tmux |
I uninstalled the package manager tmux |
@mattboy9921 Ok will merge soon |
@mattboy9921 Any hiccup using the |
@gpakosz So right now when I do |
It's because onf or more tpm plugin(s) failed 🙃 You can use |
You're right I pushed a buggy error detection test 😅 This should be fixed now |
* upstream/master: (46 commits) updated _username() in when the ssh client doesn't support %r in ProxyCommand updated _ssh_or_mosh_args() improved _pane_info() accuracy by excluding ssh proxy connections, tee, and only considering the first child of a process updated tpm integration to display a message when one or more plugin(s) fails to run, closes gpakosz#533 made background sleep process exit immediately when exiting tmux (2) worked around Falcon.app agent slowing everything down (3) do not unset @tpm-install, @tpm-update, @tpm-clean and @plugin variables after tpm has launched, fixes gpakosz#531 reworked pane / tty introspection (3) added word boundaries when replacing uptime_xxx variables (2) reworked pane / tty introspection (2) added support for arguments to custom variables defined in ~/.tmux.conf.local added word boundaries when replacing uptime_xxx variables check connectivity to github.com before installing and/or updating tpm and plugins (2) set default-terminal to tmux-256color when available, fixes gpakosz#205, fixes gpakosz#382, closes gpakosz#386 made background sleep process exit immediately when exiting tmux, fixes gpakosz#509 reworked pane / tty introspection, fixes gpakosz#403, fixes gpakosz#458 worked around Falcon.app agent slowing everything down (2), fixes gpakosz#522 worked around Falcon.app agent slowing everything down, fixes gpakosz#492 fixed tpm plugins not installing on CentOS 7, fixes gpakosz#520 updated tpm integration ...
* upstream/master: (22 commits) added support for arguments to custom variables defined in ~/.tmux.conf.local (2), fixes gpakosz#547 added the '<prefix> + Shift + Tab' binding to move to the last session made tpm integration and patching more robust, fixes gpakosz#540 made _apply_bindings() work with tmux 3.4 stock bindings, fixes gpakosz#541 Revert "use send-keys -R to clear terminal and remove the sleep call", fixes gpakosz#538 use send-keys -R to clear terminal and remove the sleep call reworked pane / tty introspection (4), fixes gpakosz#535 updated _username() in when the ssh client doesn't support %r in ProxyCommand updated _ssh_or_mosh_args() improved _pane_info() accuracy by excluding ssh proxy connections, tee, and only considering the first child of a process updated tpm integration to display a message when one or more plugin(s) fails to run, closes gpakosz#533 made background sleep process exit immediately when exiting tmux (2) worked around Falcon.app agent slowing everything down (3) do not unset @tpm-install, @tpm-update, @tpm-clean and @plugin variables after tpm has launched, fixes gpakosz#531 reworked pane / tty introspection (3) added word boundaries when replacing uptime_xxx variables (2) reworked pane / tty introspection (2) added support for arguments to custom variables defined in ~/.tmux.conf.local added word boundaries when replacing uptime_xxx variables check connectivity to github.com before installing and/or updating tpm and plugins (2) ...
…s) fails to run, closes gpakosz#533
…s) fails to run, closes gpakosz#533
…s) fails to run, closes gpakosz#533
…s) fails to run, closes gpakosz#533
Upon adding a line to install a plugin, I get this:
'cut -c3- ~/.tmux.conf | sh -s __apply_plugins "1" "true" "true" "true"' returned 1
The plugin I am trying to install is tmux-menus with the line:
I've tried killing the tmux server and multiple times runnning
<prefix> + r
to no avail. I have no other plugins installed but can confirm that trying to useset -g @plugin 'tmux-plugins/tmux-cpu'
did seem to work as intended, no message pop up.The text was updated successfully, but these errors were encountered: