fossiiita / Projects

Current ongoing works of fossiiita will be displayed here.
https://fossiiita.github.io/Projects/
2 stars 2 forks source link

[ProxyMan] GUI issues #7

Closed himanshub16 closed 7 years ago

himanshub16 commented 7 years ago

This is in reference to this issue. The GUI has issues with setting proxy settings for places where elevated privileges are required, like /etc/environment, /etc/apt/apt.conf. The current solution for privilege escalation is pkexec, using which is added to the subprocess which executes the respective script with proper arguments. However, it's easy to execute scripts with sudo permission from Terminal, but GUI should give some kind of out of the box experience.

Alternative solutions are welcome. Any fix will be greatly appreciated.