Open aams-eam opened 11 months ago
Hi!
I don't think I was able to solve it... Right now it is working but using another version that I compiled from source, the version is 'next-3.5'. I also have the dotfiles that I used here: https://github.com/aams-eam/dotfiles
Kind regards, Alejandro
El jue, 11 abr 2024 a las 10:28, Ralu @.***>) escribió:
Hi! I'm having the same problem with Debian 12 in WSL2, did you solved it?
— Reply to this email directly, view it on GitHub https://github.com/tmux-plugins/tpm/issues/271#issuecomment-2049187996, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANLJDFGO5ALV3TUNNHFKSPLY4ZCTPAVCNFSM6AAAAABA6CYW32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBZGE4DOOJZGY . You are receiving this because you authored the thread.Message ID: @.***>
Hi,
I am using: Windows 10, WSL2, Ubuntu 22.04.3 LTS. I have installed: tmux 3.3a with
brew install tmux
. Then I did:git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
And added the following configuration file~/.tmux.conf
:After that I opened a tmux session and press
Ctrl+b Shift+i
. I see the following output:However, none of the plugins are working. I have tried to follow the same procedure in my machine with
Ubuntu 20.04.6 LTS
and everything works fine. However, withWindows 10, WSL2, Ubuntu 22.04.3 LTS
it is not working. I have another machine withWindows 11, WSL2, Ubuntu 22.04.2 LTS
and everything is working fine.Additionally, I have the following bash version (Just in case it helps...):
I have seen other people mentioning problems with
TMUX_PLUGIN_MANAGER_PATH
env variable, but I see it is set correctly when I am in a tmux session.