Skip to content

Commit

Permalink
Modified README to mark GUI issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshub16 authored Oct 14, 2016
1 parent 565ead6 commit 0ada194
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ NOTE : It does not support PAC proxy using "proxy configuration URL". It is for
* This means, a script can be for a single application/domain can be created and easily integrated with main.sh, without much modifications in main.sh (which was not available in v1).
* No issues of privileges for individual scripts. Main script is responsible of executing child script with required privileges.

#### As of now, the GUI is buggy. It works for most cases, but doesn't always work for setting up apt.conf or /etc/environment.
#### Hope to find a fix soon.

#### Steps taken to fix it as of now :
* Use pkexec to gain privileged access.
* Use sudo with system function from cstdlib.
* Use gksu (avoiding as it's not preinstalled in most distros).



0 comments on commit 0ada194

Please sign in to comment.