Comment 1 for bug 26922

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote :

Hehe, it seems, that this bug is in latest patch (09_desktop.patch), added by
Sebastien Bacher <email address hidden> :)
Now there is:

-TryExec=gdmsetup
-Exec=gdmsetup
+TryExec=
+Exec=gksudo gdmsetup

But should be

-TryExec=gdmsetup
-Exec=gdmsetup
+TryExec=gdmsetup
+Exec=gksu gdmsetup

or maybe we should remove TryExec line at all ?

I've changed gksudo to gksu because of fixed gksu bug #15094 (look at latest
comment from <email address hidden> )