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

Bug: network_ping is not set as executable #180

Open
aanzolaavila opened this issue Nov 24, 2022 · 3 comments
Open

Bug: network_ping is not set as executable #180

aanzolaavila opened this issue Nov 24, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@aanzolaavila
Copy link

Describe the bug

the network_ping.sh plugin is not set as executable in its permissions

To Reproduce

execute ./network_ping.sh in the $HOME/.tmux/plugins/tmux/scripts directory and it will display errors.

Expected behavior

it should execute the script and output the ping for a server (e.g. google.com)

Screenshots

image

System

  • OS: macOS Ventura 13.0.1
  • Tmux Version: 3.3a
@aanzolaavila aanzolaavila added the bug Something isn't working label Nov 24, 2022
@Bubbu0129
Copy link

Same here.
This definitely needs to be fixed.

@Normanras
Copy link

This issue just helped me understand why my network settings were never showing up in tmux! Changed permissions to 775 and now it all works as expected.

For additional context, network-ping.sh and utils.sh were both not set with correct executable permissions when I looked into the scripts folder.

@peauc
Copy link

peauc commented Mar 6, 2023

@Normanras, utils.sh not being executable seems intended as one of the first lines of dracula.sh is source $current_dir/utils.sh

ethancedwards8 added a commit that referenced this issue Apr 8, 2023
🐛 fix(#180): set network_ping as executable
boomker pushed a commit to boomker/tmux_dracula_theme that referenced this issue Jun 28, 2023
Signed-off-by: Adrien Kara <[email protected]>
(cherry picked from commit a960a12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

4 participants