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

Glib.SpawnError: Failed to execute child process "kubectl" (Permission denied) #5

Open
globus68 opened this issue Dec 17, 2021 · 1 comment

Comments

@globus68
Copy link

Hi!

I upgraded to latest PopOS (21.10) yesterday. In the previous version I had a kubectl extension installed, displaying current cluster in the task bar. However, the upgrade removed all my installed extensions. I tried your extension, but I get the error GLib.SpawnError. The Gnome version is 40.4.0.

Any idea what I need to do?

Best regards
globus68

@tehseensajjad
Copy link

tehseensajjad commented Mar 21, 2023

I know this an old issue, but thought i should mention how i fixed it.
I had installed kubectl in ~/.local/bin and thought the extension checks system binaries so i made a link to it in /usr/local/bin/kubectl
sudo ln -s $(which kubectl) /usr/local/bin/kubectl

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

2 participants