tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Bug: [this doesn't work on ubuntu 22.04]

Open xahmad7 opened this issue 2 years ago • 4 comments

Hello I'm using ubuntu 22.04 and cannot install it on tmux I followed the instructions installed TPM, then Dracula Theme but nothing happend

xahmad7 avatar Oct 08 '22 08:10 xahmad7

Could you please provide your tmux.conf file?

JannoTjarks avatar Oct 09 '22 10:10 JannoTjarks

After upgrading to Ubutu 22.04, I noticed a weird behavior. It looks like my previous configuration is not respected.

I tried to uninstall and reinstall with tpm, but still. All my configurations are not respected. I tried to comment out my previous configuration and limit the configuration to few dracula plugins but still, it does not take any effect.

Here is my .tmux.conf

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

# Other examples:
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin '[email protected]/user/plugin'
# set -g @plugin '[email protected]/user/plugin'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "cpu-usage gpu-usage ram-usage"
#set -g @dracula-show-battery false
#set -g @dracula-show-network false
#set -g @dracula-show-location false
#set -g @dracula-show-left-icon session

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

silentnights avatar Oct 09 '22 10:10 silentnights

The solution is to run this command after editing .tmuxconf run from inside tmux ~/.tmux/plugins/tpm/bin/install_plugins

And then the theme will be installed

xahmad7 avatar Oct 10 '22 00:10 xahmad7

I tried that, maybe that made it install the theme.

But I still get a weird behavior. For example:

  1. there is a grey area in the lower bar.
  2. The configuration I set in .tmux.conf is not respected, none of the plugins I set is used and the ones I configure is not respected.

silentnights avatar Oct 10 '22 08:10 silentnights

The gray area in the lower bar issue seems to be resolved by itself at some point. Not sure, what caused it in the first place. I have a desktop and a laptop, both running Ubuntu 22.04. Both had the same issue. The desktop behaved normally a few days ago, potentially after some update/restart. I tried the same with the laptop, but for some reason tpm was refusing to load. So, I ended up just deleting my .tmux.conf and .tmux Dir from the laptop and getting them from the desktop, and it worked well again there as well.

As both the original author reported his issue is fixed and mine as well, I guess this issue can be closed.

silentnights avatar Nov 12 '22 04:11 silentnights

@xahmad7 Fancy to close the issue, if working? Let's keep the issue list tidy to make easier the maintainer's work.

pataquets avatar Apr 14 '23 15:04 pataquets

Issue fixed thanks

xahmad7 avatar Apr 14 '23 15:04 xahmad7

@xahmad7 Glad to know that. Would you please close the issue, then? (Only the issue author or maintainers can) Thanks!

pataquets avatar Apr 14 '23 15:04 pataquets