I am having a problem where when I try to run say GParted, when I am prompted for a password, it says "Incorrect Password"
But when I enter the same password using terminal sudo gparted
for example, it works. Why is that?
UPDATE
I noticed that theres a difference between using sudo
and gksu
. The later will fail with incorrect password ...
Open gksu-properties (Alt + F2 and type
gksu-properties
).Then make sure the Authentication mode is set for "sudo".
Reference: 1.
Have you tried
gksudo
? I've actually never seengksu
before.From https://lists.ubuntu.com/archives/ubuntu-studio-users/2007-September/000472.html:
gksu
is a frontend tosu
, andgksudo
is a frontend tosudo
.So if
sudo
is working properly for you,gksudo
and notgksu
is the graphical extension ofsudo
when you need to gain administrative privileges without using the terminal.