Gksu prompts for Administrator (root) password even if it is set to sudo

6 respuestas [Último envío]
thecomputerguy10101
Desconectado/a
se unió: 10/12/2013

I can't seem to fix it... I think it's not reading gconf.

lembas
Desconectado/a
se unió: 05/13/2010

Can you not use gksudo?

(many gconf things are not read in gnome 3 which uses the gsettings thingy)

thecomputerguy10101
Desconectado/a
se unió: 10/12/2013

I can use gksu and gksudo from the console but I need to be able to run apps from the Activities overview (I use GNOME shell).

The gksu from console works (see screenshot 1)
but running gksu by running a administrative application from the Applications view (i.e. synaptic) requests the Root password.

(BTW the gksu invoked from the console looks diffrent from when I start a admin app, so maybe it's not gksu(do)..

screenshot1.png
thecomputerguy10101
Desconectado/a
se unió: 10/12/2013

Bump

onpon4
Desconectado/a
se unió: 05/30/2012

A bump after just one day?

I don't understand why you specifically need gksu and not gksudo. What exactly are you trying to do?

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

gksudo is a symbolic link to gksu. They are the exact same command:
$ ls -l /usr/bin/gksudo
lrwxrwxrwx 1 root root 4 mars 8 00:09 /usr/bin/gksudo -> gksu

But, yes: "What exactly are you trying to do?"

lembas
Desconectado/a
se unió: 05/13/2010

Heh, pretty confusing. I thought they would be like su and sudo...