We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has been observed for Ubuntu 18.04.
The text was updated successfully, but these errors were encountered:
Have you tried rebooting? It should be done to reload settings.
Sorry, something went wrong.
@themousepotato Sorry, the problem was due to system proxy. On line 15 : https://github.com/CodeStash-KGP/set_proxy/blob/master/set_proxy.sh#L15 We should change gsettings set org.gnome.system.proxy mode none to gsettings set org.gnome.system.proxy mode "none" .
gsettings set org.gnome.system.proxy mode none
gsettings set org.gnome.system.proxy mode "none"
It worked for me when I tested it. Maybe you should send a PR.
No branches or pull requests
This has been observed for Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: