Comment 7 for bug 133639

Revision history for this message
Daniel Hahler (blueyed) wrote : Re: synaptic is asking root password and not user admin's

This seems to happen, if there's a "&&" in the command that should be run:
The following asks for the administrative password:
sudo -k; gksudo "true; true"

But this asks for the root password:
sudo -k; gksudo "true && true"