1. gksu is a little sluggish
2. gksu only seems to require a root password for the first instance
The first problem required some research, but the fix was simple enough:
- Code: Select all
gksu -g command
This is the disable-grab flag and basically allows gksu to be launched in it's own window, which does help.
The second problem is more difficult. I have done extensive research, found numerous threads, and posted at forums of other debian-based distros. The basic fix seems like it should have been to add the line
- Code: Select all
Defaults timestamp_timeout=0
to the top of /etc/sudoers, but it doesn't seem to work.
Also, when trying to fix this problem, I came accross this line in the sudoers file:
- Code: Select all
onthego ALL=/usr/sbin/mesm
AFAIK, the user "onthego" hasn't been defined anywhere, and "mesm" does not seem to be installed in /usr/bin/. A quick google search did not yield any info and I couldn't find mesm in synaptic (I got 3 packages when doing a search, but none are installed).
Any ideas?
Thanks.
john
