Login screen user list
James Michael Fultz
croooow at gmail.com
Sun Nov 1 23:45:40 UTC 2009
* Tom H <tomh0665 at gmail.com> [2009-11-01 22:38 +0200]:
> "sudo -u gdm gconf-editor" opens gconf-editor as gdm but there are no
> keys displayed. Is gdm not allowed even to read the keys from the
> GUI?!
I'm not booted into Karmic at the moment where I could try it, but does
"gksu -u gdm gconf-editor" work? gksu should be used for starting an
X application with alternate privileges, while sudo is used otherwise.
gksu vs. sudo examples:
$ gksu gedit /etc/hosts
vs.
$ sudo nano /etc/hosts
Going a bit further off-topic, if you're editing a text file, look into
sudoedit.
More information about the ubuntu-users
mailing list