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
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
Also, when trying to fix this problem, I came accross this line in the sudoers file:
Code: Select all
onthego ALL=/usr/sbin/mesm
Any ideas?
Thanks.
john